* Remove unwanted space in set_length_in_type_chain parameterdeclaration

This commit is contained in:
Pierre Muller 2010-04-22 12:34:24 +00:00
parent 621791b854
commit 9e69f3b65a
1 changed files with 1 additions and 1 deletions

View File

@ -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);