fix whitespace

From-SVN: r67036
This commit is contained in:
Jason Merrill 2003-05-20 16:52:33 -04:00
parent 1cd69e2bed
commit a63996f10f

View File

@ -5059,7 +5059,7 @@ finish_struct_1 (tree t)
check_bases_and_members (t);
/* Find the key method */
if (TYPE_CONTAINS_VPTR_P (t))
if (TYPE_CONTAINS_VPTR_P (t))
{
CLASSTYPE_KEY_METHOD (t) = key_method (t);