projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf86d80
)
gdb: fix indentation in gdbtypes.c
author
Simon Marchi
<simon.marchi@polymtl.ca>
Mon, 27 Sep 2021 02:33:09 +0000
(22:33 -0400)
committer
Simon Marchi
<simon.marchi@polymtl.ca>
Mon, 27 Sep 2021 02:39:44 +0000
(22:39 -0400)
Change-Id: I7bfbb9d349a1f474256800c45e28fe3b1de08771
gdb/gdbtypes.c
patch
|
blob
|
history
diff --git
a/gdb/gdbtypes.c
b/gdb/gdbtypes.c
index 67593dac055917df1bd3d84df79c580a1ec8df09..be7c74ac6cfdf028c0abf6c280d71eea6bd53dee 100644
(file)
--- 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);