forked from Imagelibrary/binutils-gdb
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user