gdb/ChangeLog:
* ada-lang.c (ada_array_bound_from_type): Remove unwanted space
between 'struct type *' and 'arr_type'.
+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
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;