Commit e913996d by Jason Merrill

tweak whitespace

From-SVN: r72256
parent 1456deaf
...@@ -6156,7 +6156,7 @@ static tree ...@@ -6156,7 +6156,7 @@ static tree
cp_make_fname_decl (tree id, int type_dep) cp_make_fname_decl (tree id, int type_dep)
{ {
const char *const name = (type_dep && processing_template_decl const char *const name = (type_dep && processing_template_decl
? NULL : fname_as_string (type_dep)); ? NULL : fname_as_string (type_dep));
tree init = cp_fname_init (name); tree init = cp_fname_init (name);
tree decl = build_decl (VAR_DECL, id, TREE_TYPE (init)); tree decl = build_decl (VAR_DECL, id, TREE_TYPE (init));
...@@ -6177,7 +6177,7 @@ cp_make_fname_decl (tree id, int type_dep) ...@@ -6177,7 +6177,7 @@ cp_make_fname_decl (tree id, int type_dep)
while (b->level_chain->kind != sk_function_parms) while (b->level_chain->kind != sk_function_parms)
b = b->level_chain; b = b->level_chain;
pushdecl_with_scope (decl, b); pushdecl_with_scope (decl, b);
} }
cp_finish_decl (decl, init, NULL_TREE, LOOKUP_ONLYCONVERTING); cp_finish_decl (decl, init, NULL_TREE, LOOKUP_ONLYCONVERTING);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment