summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/gdb/language.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
commit2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch)
treea3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/gdb/gdb/language.c
parent4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff)
downloadFreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip
FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'gnu/usr.bin/gdb/gdb/language.c')
-rw-r--r--gnu/usr.bin/gdb/gdb/language.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/gdb/language.c b/gnu/usr.bin/gdb/gdb/language.c
index 4a3b6a0..6d254fb 100644
--- a/gnu/usr.bin/gdb/gdb/language.c
+++ b/gnu/usr.bin/gdb/gdb/language.c
@@ -86,7 +86,7 @@ set_type_range PARAMS ((void));
/* Forward declaration */
extern const struct language_defn unknown_language_defn;
extern char *warning_pre_print;
-
+
/* The current (default at startup) state of type and range checking.
(If the modes are set to "auto", though, these are changed based
on the default language at startup, and then again based on the
@@ -196,7 +196,7 @@ set_language_command (ignore, from_tty)
}
}
- /* Reset the language (esp. the global string "language") to the
+ /* Reset the language (esp. the global string "language") to the
correct values. */
err_lang=savestring(language,strlen(language));
make_cleanup (free, err_lang); /* Free it after error */
OpenPOWER on IntegriCloud