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 a96b3423ab11faff4a1ff6b50edd1f989c27b959..721966d35a4f15c34ef8257fe755e5111abfe8ee 100644 (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
index 03c345a07c105b87117330b42c6c38a757e87232..f64ec4178bee2581f345973375f36018995559dd 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;
This page took 0.050768 seconds and 4 git commands to generate.