* Remove unwanted space in set_length_in_type_chain parameterdeclaration
This commit is contained in:
parent
621791b854
commit
9e69f3b65a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue