From fe6f3d263ef6378b86c5d86b1d87459af9d4a7ae Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 7 Apr 1999 21:45:40 +0000 Subject: Minor reformatting git-svn-id: https://gcc.gnu.org/svn/gcc/branches/premerge-fsf-branch@26280 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/toplev.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index a6cb1b2a9af..79f7baf6464 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -4130,7 +4130,7 @@ check_lang_option (option, lang_option) /* Ignore null entries. */ if (option == NULL || option == START_LANG || option == END_LANG || lang_option == START_LANG || lang_option == END_LANG - || lang_option == NULL || *lang_option == 0) + || lang_option == NULL || *lang_option == 0) return 0; len = strlen (lang_option); @@ -4329,9 +4329,9 @@ main (argc, argv, envp) if (j != -1) { - /* If the option is valid for *some* language, - treat it as valid even if this language doesn't understand it. */ - lang_decode_option (argv[i]); + /* If the option is valid for *some* language, + treat it as valid even if this language doesn't understand it. */ + lang_decode_option (argv[i]); if (!strcmp (argv[i], "--help")) { -- cgit v1.2.3