aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-05-22 22:02:16 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-05-22 22:02:16 +0000
commitdf3834838116b327a61f5a9e271e54c75ad34085 (patch)
treed48c115c626bc1be9e16db74afd070b025a875ce /gcc/cppmain.c
parent2dd36f90d8c4f5b86667cbb11c86f6c790bd784b (diff)
downloadgcc-df3834838116b327a61f5a9e271e54c75ad34085.zip
gcc-df3834838116b327a61f5a9e271e54c75ad34085.tar.gz
gcc-df3834838116b327a61f5a9e271e54c75ad34085.tar.bz2
cpperror.c: Fix formatting.
* cpperror.c: Fix formatting. * cppexp.c: Likewise. * cppfiles.c: Likewise. * cpphash.c: Likewise. * cpphash.h: Likewise. * cppinit.c: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * cppmain.c: Likewise. * cppspec.c: Likewise. From-SVN: r53751
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r--gcc/cppmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c
index bab1ff6..b04e86f 100644
--- a/gcc/cppmain.c
+++ b/gcc/cppmain.c
@@ -78,7 +78,7 @@ cpp_preprocess_file (pfile)
print.printed = 0;
print.prev = 0;
print.map = 0;
-
+
/* Open the output now. We must do so even if no_output is on,
because there may be other output than from the actual
preprocessing (e.g. from -dM). */
@@ -264,7 +264,7 @@ print_line (map, line, special_flags)
size_t to_file_len = strlen (map->to_file);
unsigned char *to_file_quoted = alloca (to_file_len * 4 + 1);
unsigned char *p;
-
+
/* cpp_quote_string does not nul-terminate, so we have to do it
ourselves. */
p = cpp_quote_string (to_file_quoted,