New target methods for memory tagging support
[deliverable/binutils-gdb.git] / gdb / m2-typeprint.c
index 20a3d131476adfbdccada9751df83c3271c3ce53..e2ffc7187b81ad169b043529eb1c9c5eacf1703b 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for printing Modula 2 types for GDB, the GNU debugger.
-   Copyright (C) 1986-2020 Free Software Foundation, Inc.
+   Copyright (C) 1986-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -582,7 +582,7 @@ m2_record_fields (struct type *type, struct ui_file *stream, int show,
          fprintf_filtered (stream, ";\n");
        }
       
-      fprintfi_filtered (level, stream, "END ");
+      fprintf_filtered (stream, "%*sEND ", level, "");
     }
 }
 
This page took 0.026724 seconds and 4 git commands to generate.