From: Simon Marchi Date: Mon, 27 Sep 2021 02:33:09 +0000 (-0400) Subject: gdb: fix indentation in gdbtypes.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c11f01dbbdfb8e9f437b13e31ba89c50a6fb8db6;p=binutils-gdb.git gdb: fix indentation in gdbtypes.c Change-Id: I7bfbb9d349a1f474256800c45e28fe3b1de08771 --- diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index 67593dac055..be7c74ac6cf 100644 --- a/gdb/gdbtypes.c +++ b/gdb/gdbtypes.c @@ -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);