Add missing empty line after declaration in ada-typeprint.c:print_range.
authorJoel Brobecker <brobecker@adacore.com>
Wed, 15 Jan 2014 14:27:09 +0000 (18:27 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 27 Jan 2014 04:19:54 +0000 (08:19 +0400)
gdb/ChangeLog:

        * ada-typeprint.c (print_range): Add missing empty line
        after local declaration.

gdb/ChangeLog
gdb/ada-typeprint.c

index a96b342..721966d 100644 (file)
@@ -1,5 +1,10 @@
 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
        target type for as long as it is a TYPE_CODE_RANGE.
 
index 03c345a..f64ec41 100644 (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;