Remove improper white-space.
From-SVN: r70313
This commit is contained in:
parent
9b2444a5f3
commit
5a05675643
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue