From e1d30c7b115d2693558cda79d45a540fd499991d Mon Sep 17 00:00:00 2001 From: muller Date: Thu, 22 Apr 2010 12:34:24 +0000 Subject: [PATCH] * Remove unwanted space in set_length_in_type_chain parameterdeclaration --- gdb/stabsread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 17aff06a98..7fc77d0ca0 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); -- 2.11.0