gdb: fix indentation in gdbtypes.c

Change-Id: I7bfbb9d349a1f474256800c45e28fe3b1de08771
This commit is contained in:
Simon Marchi 2021-09-26 22:33:09 -04:00
parent bf86d80dd2
commit c11f01dbbd

View file

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