diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-03-25 08:10:10 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-03-25 08:10:10 +0000 |
commit | 8399535b5b1f0e7752947d4c67369c88b73b55c1 (patch) | |
tree | 602418297f5ea898ced39788dfca97a1539e4da5 | |
parent | 33f9116173e659448a848bd02712940bca665d0c (diff) | |
download | gdb-8399535b5b1f0e7752947d4c67369c88b73b55c1.zip gdb-8399535b5b1f0e7752947d4c67369c88b73b55c1.tar.gz gdb-8399535b5b1f0e7752947d4c67369c88b73b55c1.tar.bz2 |
Re-re indent. indent|indent|indent stable.
-rw-r--r-- | gdb/maint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/maint.c b/gdb/maint.c index c21c505..7003c02 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -398,7 +398,7 @@ the command you want to undeprecate.\n"); This function deprecates a command and optionally assigns it a replacement. */ -static void +static void maintenance_do_deprecate (char *text, int deprecate) { |