aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2010-04-22 12:34:24 +0000
committerPierre Muller <muller@sourceware.org>2010-04-22 12:34:24 +0000
commit9e69f3b65a2100b471428908bb474765fd31603b (patch)
tree1dfadc73efca0eb16d0a71ec2b80e1c794d34c89
parent621791b854e8b14a82359ccd77f8dc436b7bfc43 (diff)
downloadgdb-9e69f3b65a2100b471428908bb474765fd31603b.zip
gdb-9e69f3b65a2100b471428908bb474765fd31603b.tar.gz
gdb-9e69f3b65a2100b471428908bb474765fd31603b.tar.bz2
* Remove unwanted space in set_length_in_type_chain parameterdeclaration
-rw-r--r--gdb/stabsread.c2
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);