From: Joel Brobecker Date: Wed, 15 Jan 2014 14:27:09 +0000 (+0400) Subject: Add missing empty line after declaration in ada-typeprint.c:print_range. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e62e21fd47826fd5501e7e06106c202763e7b260;p=deliverable%2Fbinutils-gdb.git Add missing empty line after declaration in ada-typeprint.c:print_range. gdb/ChangeLog: * ada-typeprint.c (print_range): Add missing empty line after local declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a96b3423ab..721966d35a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-01-27 Joel Brobecker + + * ada-typeprint.c (print_range): Add missing empty line + after local declaration. + 2014-01-27 Joel Brobecker * ada-valprint.c (print_optional_low_bound): Get index_type's diff --git a/gdb/ada-typeprint.c b/gdb/ada-typeprint.c index 03c345a07c..f64ec4178b 100644 --- a/gdb/ada-typeprint.c +++ b/gdb/ada-typeprint.c @@ -131,6 +131,7 @@ print_range (struct type *type, struct ui_file *stream) case TYPE_CODE_ENUM: { struct type *target_type; + target_type = TYPE_TARGET_TYPE (type); if (target_type == NULL) target_type = type;