summaryrefslogtreecommitdiffstats
path: root/gcc/cp/cxx-pretty-print.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-06 11:44:09 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-06 11:44:09 +0000
commit074ab442f459e8d6fa5cb8f36e98b20468f7a35a (patch)
treef6bc5402cc736afb252a23b78b57e4d60b438ef9 /gcc/cp/cxx-pretty-print.c
parent15b5961fab95969cd4a69942cabd54eb066c545f (diff)
downloadppe42-gcc-074ab442f459e8d6fa5cb8f36e98b20468f7a35a.tar.gz
ppe42-gcc-074ab442f459e8d6fa5cb8f36e98b20468f7a35a.zip
Fix up whitespacing
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114428 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cxx-pretty-print.c')
-rw-r--r--gcc/cp/cxx-pretty-print.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c
index 43fbe2b3bfa..5ceca61a4cb 100644
--- a/gcc/cp/cxx-pretty-print.c
+++ b/gcc/cp/cxx-pretty-print.c
@@ -300,12 +300,12 @@ pp_cxx_constant (cxx_pretty_printer *pp, tree t)
{
case STRING_CST:
{
- const bool in_parens = PAREN_STRING_LITERAL_P (t);
- if (in_parens)
- pp_cxx_left_paren (pp);
- pp_c_constant (pp_c_base (pp), t);
- if (in_parens)
- pp_cxx_right_paren (pp);
+ const bool in_parens = PAREN_STRING_LITERAL_P (t);
+ if (in_parens)
+ pp_cxx_left_paren (pp);
+ pp_c_constant (pp_c_base (pp), t);
+ if (in_parens)
+ pp_cxx_right_paren (pp);
}
break;
@@ -1757,7 +1757,7 @@ pp_cxx_namespace_alias_definition (cxx_pretty_printer *pp, tree t)
pp_equal (pp);
pp_cxx_whitespace (pp);
if (DECL_CONTEXT (DECL_NAMESPACE_ALIAS (t)))
- pp_cxx_nested_name_specifier (pp,
+ pp_cxx_nested_name_specifier (pp,
DECL_CONTEXT (DECL_NAMESPACE_ALIAS (t)));
pp_cxx_qualified_id (pp, DECL_NAMESPACE_ALIAS (t));
pp_cxx_semicolon (pp);
@@ -1803,8 +1803,7 @@ pp_cxx_template_parameter_list (cxx_pretty_printer *pp, tree t)
typename identifier(opt)
typename identifier(opt) = type-id
template < template-parameter-list > class identifier(opt)
- template < template-parameter-list > class identifier(opt) = template-name
-*/
+ template < template-parameter-list > class identifier(opt) = template-name */
static void
pp_cxx_template_parameter (cxx_pretty_printer *pp, tree t)
OpenPOWER on IntegriCloud