gdb: fix indentation in gdbtypes.c
Change-Id: I7bfbb9d349a1f474256800c45e28fe3b1de08771
This commit is contained in:
parent
bf86d80dd2
commit
c11f01dbbd
1 changed files with 1 additions and 1 deletions
|
@ -1852,7 +1852,7 @@ lookup_struct_elt (struct type *type, const char *name, int noerr)
|
|||
{
|
||||
return {&type->field (i), TYPE_FIELD_BITPOS (type, i)};
|
||||
}
|
||||
else if (!t_field_name || *t_field_name == '\0')
|
||||
else if (!t_field_name || *t_field_name == '\0')
|
||||
{
|
||||
struct_elt elt
|
||||
= lookup_struct_elt (type->field (i).type (), name, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue