diff options
| author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-11 01:44:50 +0000 |
|---|---|---|
| committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-11 01:44:50 +0000 |
| commit | 834bd33519dafce6114ed2158bcb8ce09d6fcc7c (patch) | |
| tree | ac76ecde5cae00957f697c1fac40cf25cd623d5e | |
| parent | b39460f5838fb8c28915fe2c0a15e603b686d8da (diff) | |
| download | ppe42-gcc-834bd33519dafce6114ed2158bcb8ce09d6fcc7c.tar.gz ppe42-gcc-834bd33519dafce6114ed2158bcb8ce09d6fcc7c.zip | |
Remove improper white-space.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70313 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cppinit.c | 2 |
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, |

