aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-ppoutput.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-10-03 21:53:05 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-10-03 21:53:05 +0100
commit3f75a25471fd0a824043ee42e33b2197eeb903f0 (patch)
tree9317be258ee227dd26354b571fba81483592c1ab /gcc/c-ppoutput.c
parent57c1f13e476cea29f362f827c802e01b59f21025 (diff)
downloadgcc-3f75a25471fd0a824043ee42e33b2197eeb903f0.zip
gcc-3f75a25471fd0a824043ee42e33b2197eeb903f0.tar.gz
gcc-3f75a25471fd0a824043ee42e33b2197eeb903f0.tar.bz2
c-aux-info.c, [...]: Follow code formatting conventions.
* c-aux-info.c, c-common.c, c-common.h, c-cppbuiltin.c, c-decl.c, c-format.c, c-incpath.c, c-lex.c, c-objc-common.c, c-opts.c, c-parse.in, c-pch.c, c-ppoutput.c, c-pragma.c, c-typeck.c: Follow code formatting conventions. From-SVN: r88462
Diffstat (limited to 'gcc/c-ppoutput.c')
-rw-r--r--gcc/c-ppoutput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-ppoutput.c b/gcc/c-ppoutput.c
index d34ec61..9556399 100644
--- a/gcc/c-ppoutput.c
+++ b/gcc/c-ppoutput.c
@@ -254,7 +254,7 @@ print_line (source_location src_loc, const char *special_flags)
/* cpp_quote_string does not nul-terminate, so we have to do it
ourselves. */
p = cpp_quote_string (to_file_quoted,
- (unsigned char *)map->to_file, to_file_len);
+ (unsigned char *) map->to_file, to_file_len);
*p = '\0';
fprintf (print.outf, "# %u \"%s\"%s", print.src_line,
to_file_quoted, special_flags);