gdb: fix indentation in gdbtypes.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 27 Sep 2021 02:33:09 +0000 (22:33 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 27 Sep 2021 02:39:44 +0000 (22:39 -0400)
Change-Id: I7bfbb9d349a1f474256800c45e28fe3b1de08771

gdb/gdbtypes.c

index 67593dac055917df1bd3d84df79c580a1ec8df09..be7c74ac6cfdf028c0abf6c280d71eea6bd53dee 100644 (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);