From: Jason Merrill Date: Tue, 20 May 2003 20:52:33 +0000 (-0400) Subject: fix whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a63996f10f6f3cc5b728849f8afc47e0ae2efedf;p=gcc.git fix whitespace From-SVN: r67036 --- diff --git a/gcc/cp/class.c b/gcc/cp/class.c index a8a01886f88..f5663841141 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -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);