tweak whitespace
authorJason Merrill <jason@gcc.gnu.org>
Thu, 9 Oct 2003 07:16:14 +0000 (03:16 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 9 Oct 2003 07:16:14 +0000 (03:16 -0400)
From-SVN: r72256

gcc/cp/decl.c

index 4b23ee286989c07449b6c2b5c94b79a01b990c07..872fed055eddcc6672e7f2b9138fd6f744f16d0c 100644 (file)
@@ -6156,7 +6156,7 @@ static tree
 cp_make_fname_decl (tree id, int type_dep)
 {
   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 decl = build_decl (VAR_DECL, id, TREE_TYPE (init));
 
@@ -6177,7 +6177,7 @@ cp_make_fname_decl (tree id, int type_dep)
       while (b->level_chain->kind != sk_function_parms)
        b = b->level_chain;
       pushdecl_with_scope (decl, b);
-    }  
+    }
 
   cp_finish_decl (decl, init, NULL_TREE, LOOKUP_ONLYCONVERTING);