diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-22 06:25:09 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-22 06:25:09 +0000 |
commit | 2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (patch) | |
tree | e50a7ba11e4692298c71e9fbaa8414131cd2a534 /gcc/c-pretty-print.c | |
parent | 8a4a2253e3f665d4ed0d9bc7e35068081c338a15 (diff) | |
download | gcc-2b72593e40e7c04cf3fe7cdb35878c307825b3a9.zip gcc-2b72593e40e7c04cf3fe7cdb35878c307825b3a9.tar.gz gcc-2b72593e40e7c04cf3fe7cdb35878c307825b3a9.tar.bz2 |
builtin-attrs.def: Fix comment formatting.
* builtin-attrs.def: Fix comment formatting.
* c-pretty-print.c: Likewise.
* diagnostic.h: Likewise.
* langhooks.h: Likewise.
* recog.c: Likewise.
* simplify-rtx.c: Likewise.
* tree.def: Likewise.
From-SVN: r70676
Diffstat (limited to 'gcc/c-pretty-print.c')
-rw-r--r-- | gcc/c-pretty-print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pretty-print.c b/gcc/c-pretty-print.c index 455137e..6e12d61 100644 --- a/gcc/c-pretty-print.c +++ b/gcc/c-pretty-print.c @@ -1142,7 +1142,7 @@ pp_c_postfix_expression (c_pretty_printer ppi, tree e) pp_c_id_expression (ppi, TREE_OPERAND (e, 0)); break; } - /* else fall through. */ + /* else fall through. */ default: pp_primary_expression (ppi, e); |