diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2019-06-29 01:40:58 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2019-06-29 01:40:58 -0400 |
commit | 43e1e8b5b8ed9f0e4311c0974b9e459471a275b0 (patch) | |
tree | 6dddab969c3319d8d04f3f304677e25d823b3992 /gcc/cp/cxx-pretty-print.c | |
parent | ee62a32fb741a8029a8621de28170bd039f27ce2 (diff) | |
download | gcc-43e1e8b5b8ed9f0e4311c0974b9e459471a275b0.zip gcc-43e1e8b5b8ed9f0e4311c0974b9e459471a275b0.tar.gz gcc-43e1e8b5b8ed9f0e4311c0974b9e459471a275b0.tar.bz2 |
Remove trailing whitespace in C++ front end.
From-SVN: r272809
Diffstat (limited to 'gcc/cp/cxx-pretty-print.c')
-rw-r--r-- | gcc/cp/cxx-pretty-print.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c index a0088a2..038f300 100644 --- a/gcc/cp/cxx-pretty-print.c +++ b/gcc/cp/cxx-pretty-print.c @@ -3023,7 +3023,6 @@ pp_cxx_constraint (cxx_pretty_printer *pp, tree t) } } - typedef c_pretty_print_fn pp_fun; |