summaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-02-08 11:26:24 -0700
committerTom Tromey <tom@tromey.com>2023-02-27 11:04:44 -0700
commit810fbe39b2712853d08df74469f373254b5f30cc (patch)
treea9c7bafbec3a467830ee33e13928a64ad2204591 /gdb/go32-nat.c
parent935d48567d9e12e1321d97d3867d42d59eda1daa (diff)
downloadbinutils-gdb-810fbe39b2712853d08df74469f373254b5f30cc.tar.gz
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.
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r--gdb/go32-nat.c2
1 files changed, 0 insertions, 2 deletions
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* */
/* ------------------------------------------------------------------------- */