From 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 05:05:38 +0000 Subject: Remove trailing whitespace. --- gnu/usr.bin/gdb/gdb/language.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/gdb/gdb/language.c') 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 */ -- cgit v1.1