From: Pierre Muller Date: Thu, 22 Apr 2010 12:34:24 +0000 (+0000) Subject: * Remove unwanted space in set_length_in_type_chain parameterdeclaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e69f3b65a2100b471428908bb474765fd31603b;p=binutils-gdb.git * Remove unwanted space in set_length_in_type_chain parameterdeclaration --- diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 17aff06a988..7fc77d0ca0c 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -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);