aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>2003-08-10 18:44:50 -0700
committerPer Bothner <bothner@gcc.gnu.org>2003-08-10 18:44:50 -0700
commit5a05675643f4695565a48f52a298a670974dc354 (patch)
treeac76ecde5cae00957f697c1fac40cf25cd623d5e /gcc/cppinit.c
parent9b2444a5f3818cb112c1bb230b341983269b4c53 (diff)
Remove improper white-space.
From-SVN: r70313
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r--gcc/cppinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c
index 07abea86420..fac160ce286 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,