From 810fbe39b2712853d08df74469f373254b5f30cc Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 8 Feb 2023 11:26:24 -0700 Subject: Remove old GNU indent directives Now that gdb_indent.sh has been removed, I think it makes sense to also remove the directives intended for GNU indent. --- gdb/go32-nat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/go32-nat.c') diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 566d6d58f1c..445f26f73dc 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -154,7 +154,6 @@ static void load_npx (void); /* Restore the FPU of the debugged program. */ /* ------------------------------------------------------------------------- */ /* Store the contents of the NPX in the global variable `npx'. */ -/* *INDENT-OFF* */ static void save_npx (void) @@ -175,7 +174,6 @@ save_npx (void) : "%eax"); } -/* *INDENT-ON* */ /* ------------------------------------------------------------------------- */ -- cgit v1.2.1