Small style violation fix in ada_array_bound_from_type
authorJoel Brobecker <brobecker@adacore.com>
Wed, 27 Nov 2013 13:54:43 +0000 (17:54 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Fri, 13 Dec 2013 08:48:35 +0000 (09:48 +0100)
gdb/ChangeLog:

        * ada-lang.c (ada_array_bound_from_type): Remove unwanted space
        between 'struct type *' and 'arr_type'.

gdb/ChangeLog
gdb/ada-lang.c

index 42285b5..6e4bd75 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_array_bound_from_type): Remove unwanted space
+       between 'struct type *' and 'arr_type'.
+
 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
 
        PR python/16113
index 786ca7a..19ddf5d 100644 (file)
@@ -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;