Add missing empty line after declarations in "if" block (py-type.c).
This patch fixes a small coding-style violation... gdb/ChangeLog: * python/py-type.c (convert_field): Add missing empty line after declarations.
This commit is contained in:
parent
dcf106f37d
commit
a8f35c2ec3
2 changed files with 6 additions and 0 deletions
|
@ -210,6 +210,7 @@ convert_field (struct type *type, int field)
|
|||
if (TYPE_FIELD_NAME (type, field))
|
||||
{
|
||||
const char *field_name = TYPE_FIELD_NAME (type, field);
|
||||
|
||||
if (field_name[0] != '\0')
|
||||
{
|
||||
arg = PyString_FromString (TYPE_FIELD_NAME (type, field));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue