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.
This commit is contained in:
Joel Brobecker 2014-01-15 18:27:09 +04:00
parent 859cf5d1de
commit e62e21fd47
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-01-27 Joel Brobecker <brobecker@adacore.com>
* ada-typeprint.c (print_range): Add missing empty line
after local declaration.
2014-01-27 Joel Brobecker <brobecker@adacore.com>
* ada-valprint.c (print_optional_low_bound): Get index_type's

View File

@ -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;