Commit 5a056756 by Per Bothner

Remove improper white-space.

From-SVN: r70313
parent 9b2444a5
...@@ -463,7 +463,7 @@ cpp_read_main_file (cpp_reader *pfile, const char *fname) ...@@ -463,7 +463,7 @@ cpp_read_main_file (cpp_reader *pfile, const char *fname)
deps_add_default_target (pfile->deps, fname); deps_add_default_target (pfile->deps, fname);
} }
if (! _cpp_stack_file (pfile, fname)) if (!_cpp_stack_file (pfile, fname))
return NULL; return NULL;
/* Set this here so the client can change the option if it wishes, /* Set this here so the client can change the option if it wishes,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment