Remove improper white-space.

From-SVN: r70313
This commit is contained in:
Per Bothner 2003-08-10 18:44:50 -07:00
parent 9b2444a5f3
commit 5a05675643
1 changed files with 1 additions and 1 deletions

View 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,