* Remove unwanted space in set_length_in_type_chain parameterdeclaration
authorPierre Muller <muller@sourceware.org>
Thu, 22 Apr 2010 12:34:24 +0000 (12:34 +0000)
committerPierre Muller <muller@sourceware.org>
Thu, 22 Apr 2010 12:34:24 +0000 (12:34 +0000)
gdb/stabsread.c

index 17aff06a988919e7dc45fe3046ed13d18616ad86..7fc77d0ca0c654aa462fda1cd98bbe17615b45bf 100644 (file)
@@ -3416,7 +3416,7 @@ complain_about_struct_wipeout (struct type *type)
    untouched during the main type replacement...  */
 
 static void
-set_length_in_type_chain (struct type * type)
+set_length_in_type_chain (struct type *type)
 {
   struct type *ntype = TYPE_CHAIN (type);
 
This page took 0.026191 seconds and 4 git commands to generate.