mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
Small style violation fix in ada_array_bound_from_type
gdb/ChangeLog:
* ada-lang.c (ada_array_bound_from_type): Remove unwanted space
between 'struct type *' and 'arr_type'.
This commit is contained in:
@@ -2788,7 +2788,7 @@ ada_index_type (struct type *type, int n, const char *name)
|
||||
by run-time quantities other than discriminants. */
|
||||
|
||||
static LONGEST
|
||||
ada_array_bound_from_type (struct type * arr_type, int n, int which)
|
||||
ada_array_bound_from_type (struct type *arr_type, int n, int which)
|
||||
{
|
||||
struct type *type, *elt_type, *index_type_desc, *index_type;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user