Add missing empty line after declaration in ada-typeprint.c:print_range.
[deliverable/binutils-gdb.git] / gdb / ada-typeprint.c
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.024481 seconds and 4 git commands to generate.