Commit a63996f1 by Jason Merrill

fix whitespace

From-SVN: r67036
parent 1cd69e2b
...@@ -5059,7 +5059,7 @@ finish_struct_1 (tree t) ...@@ -5059,7 +5059,7 @@ finish_struct_1 (tree t)
check_bases_and_members (t); check_bases_and_members (t);
/* Find the key method */ /* Find the key method */
if (TYPE_CONTAINS_VPTR_P (t)) if (TYPE_CONTAINS_VPTR_P (t))
{ {
CLASSTYPE_KEY_METHOD (t) = key_method (t); CLASSTYPE_KEY_METHOD (t) = key_method (t);
......
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