diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-14 20:01:59 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-14 20:01:59 +0000 |
commit | 9031d10bd672bc998735aa044155b896bf370917 (patch) | |
tree | e2e8da31d73e8224774fa3715773e9360eaf680f /gcc/cp/cxx-pretty-print.h | |
parent | 0d8b6d28629fb8160325a39ac9d005f7d8647a1d (diff) | |
download | gcc-9031d10bd672bc998735aa044155b896bf370917.tar.gz |
Remove extra white spacing at end of lines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100952 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cxx-pretty-print.h')
-rw-r--r-- | gcc/cp/cxx-pretty-print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cxx-pretty-print.h b/gcc/cp/cxx-pretty-print.h index 4793de7a954..560b094f7c4 100644 --- a/gcc/cp/cxx-pretty-print.h +++ b/gcc/cp/cxx-pretty-print.h @@ -31,7 +31,7 @@ typedef enum { /* Ask for an qualified-id. */ pp_cxx_flag_default_argument = 1 << pp_c_flag_last_bit - + } cxx_pretty_printer_flags; typedef struct |