diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2006-06-06 11:44:09 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2006-06-06 11:44:09 +0000 |
commit | 3db45ab5922caf3331b231c9305ce7c0aa85862c (patch) | |
tree | f6bc5402cc736afb252a23b78b57e4d60b438ef9 /gcc/cp/method.c | |
parent | c713f9e49863d9d0f6d8744bd76a5e18eff1b6dc (diff) | |
download | gcc-3db45ab5922caf3331b231c9305ce7c0aa85862c.zip gcc-3db45ab5922caf3331b231c9305ce7c0aa85862c.tar.gz gcc-3db45ab5922caf3331b231c9305ce7c0aa85862c.tar.bz2 |
Fix up whitespacing
From-SVN: r114428
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r-- | gcc/cp/method.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index ddf79bf..1f06229 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -1077,7 +1077,7 @@ implicitly_declare_fn (special_function_kind kind, tree type, bool const_p) DECL_ARGUMENTS (fn) = cp_build_parm_decl (NULL_TREE, rhs_parm_type); TREE_READONLY (DECL_ARGUMENTS (fn)) = 1; } - /* Add the "this" parameter. */ + /* Add the "this" parameter. */ this_parm = build_this_parm (fn_type, TYPE_UNQUALIFIED); TREE_CHAIN (this_parm) = DECL_ARGUMENTS (fn); DECL_ARGUMENTS (fn) = this_parm; |