diff options
author | Pierre Muller <muller@sourceware.org> | 2010-04-22 12:34:24 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2010-04-22 12:34:24 +0000 |
commit | 9e69f3b65a2100b471428908bb474765fd31603b (patch) | |
tree | 1dfadc73efca0eb16d0a71ec2b80e1c794d34c89 /gdb | |
parent | 621791b854e8b14a82359ccd77f8dc436b7bfc43 (diff) | |
download | gdb-9e69f3b65a2100b471428908bb474765fd31603b.zip gdb-9e69f3b65a2100b471428908bb474765fd31603b.tar.gz gdb-9e69f3b65a2100b471428908bb474765fd31603b.tar.bz2 |
* Remove unwanted space in set_length_in_type_chain parameterdeclaration
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 17aff06..7fc77d0 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); |