Commit 6d69fe27 by Mike Stump

Fixup whitespace a litte

From-SVN: r111612
parent c446d1a7
...@@ -8718,7 +8718,7 @@ copy_fn_p (tree d) ...@@ -8718,7 +8718,7 @@ copy_fn_p (tree d)
void grok_special_member_properties (tree decl) void grok_special_member_properties (tree decl)
{ {
if (!DECL_NONSTATIC_MEMBER_FUNCTION_P(decl)) if (!DECL_NONSTATIC_MEMBER_FUNCTION_P (decl))
; /* Not special. */ ; /* Not special. */
else if (DECL_CONSTRUCTOR_P (decl)) else if (DECL_CONSTRUCTOR_P (decl))
{ {
...@@ -11031,7 +11031,7 @@ start_method (cp_decl_specifier_seq *declspecs, ...@@ -11031,7 +11031,7 @@ start_method (cp_decl_specifier_seq *declspecs,
if (DECL_IN_AGGR_P (fndecl)) if (DECL_IN_AGGR_P (fndecl))
{ {
if (DECL_CONTEXT (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, error ("%qD is already defined in class %qT", fndecl,
DECL_CONTEXT (fndecl)); DECL_CONTEXT (fndecl));
return error_mark_node; return error_mark_node;
......
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