diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2006-03-01 19:57:38 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2006-03-01 19:57:38 +0000 |
commit | 6d69fe271fbbcc0ba2f2850463785887d2739808 (patch) | |
tree | a22ecb59590b78c96f67146e9b1cac5284071324 | |
parent | c446d1a76efb7b8e9c5b138ac1724977f524f437 (diff) | |
download | gcc-6d69fe271fbbcc0ba2f2850463785887d2739808.zip gcc-6d69fe271fbbcc0ba2f2850463785887d2739808.tar.gz gcc-6d69fe271fbbcc0ba2f2850463785887d2739808.tar.bz2 |
Fixup whitespace a litte
From-SVN: r111612
-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 c803a84..21ef001 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -8718,7 +8718,7 @@ copy_fn_p (tree d) void grok_special_member_properties (tree decl) { - if (!DECL_NONSTATIC_MEMBER_FUNCTION_P(decl)) + if (!DECL_NONSTATIC_MEMBER_FUNCTION_P (decl)) ; /* Not special. */ else if (DECL_CONSTRUCTOR_P (decl)) { @@ -11031,7 +11031,7 @@ start_method (cp_decl_specifier_seq *declspecs, if (DECL_IN_AGGR_P (fndecl)) { if (DECL_CONTEXT (fndecl) - && TREE_CODE( DECL_CONTEXT (fndecl)) != NAMESPACE_DECL) + && TREE_CODE (DECL_CONTEXT (fndecl)) != NAMESPACE_DECL) error ("%qD is already defined in class %qT", fndecl, DECL_CONTEXT (fndecl)); return error_mark_node; |