summaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2010-04-22 12:34:24 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2010-04-22 12:34:24 +0000
commit3cc8e6cdbfc94925fbff2e5dceaaa12df6566112 (patch)
tree6610f0a37f42668b397b420b0570062c295c2817 /gdb/stabsread.c
parentd0a355edc7cd47fed0d23b33c30bd08c1523f139 (diff)
downloadgdb-3cc8e6cdbfc94925fbff2e5dceaaa12df6566112.tar.gz
* Remove unwanted space in set_length_in_type_chain parameterdeclaration
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r--gdb/stabsread.c2
1 files changed, 1 insertions, 1 deletions
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);