diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-09 07:16:14 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-09 07:16:14 +0000 |
commit | d148dc287e5a7226fcddccd6b8d01b820852bc0f (patch) | |
tree | a32613b4988520365e5b529efef0c4abf0903dfd /gcc/cp | |
parent | d7e389944a2032e07b4f8c321b04b4f8a354b69a (diff) | |
download | gcc-d148dc287e5a7226fcddccd6b8d01b820852bc0f.tar.gz |
tweak whitespace
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72256 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 4b23ee28698..872fed055ed 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -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); |