]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove improper white-space.
authorPer Bothner <bothner@gcc.gnu.org>
Mon, 11 Aug 2003 01:44:50 +0000 (18:44 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Mon, 11 Aug 2003 01:44:50 +0000 (18:44 -0700)
From-SVN: r70313

gcc/cppinit.c

index 07abea8642071a4aefb989f930b59d8949c11faa..fac160ce286a9a2335700643c5b46f5f2c1ef879 100644 (file)
@@ -463,7 +463,7 @@ cpp_read_main_file (cpp_reader *pfile, const char *fname)
       deps_add_default_target (pfile->deps, fname);
     }
 
-  if (! _cpp_stack_file (pfile, fname))
+  if (!_cpp_stack_file (pfile, fname))
     return NULL;
 
   /* Set this here so the client can change the option if it wishes,