From 5a05675643f4695565a48f52a298a670974dc354 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sun, 10 Aug 2003 18:44:50 -0700 Subject: [PATCH] Remove improper white-space. From-SVN: r70313 --- gcc/cppinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 07abea864207..fac160ce286a 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -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, -- 2.47.2