From: Jason Merrill Date: Tue, 27 Jul 1999 22:58:58 +0000 (-0400) Subject: tweak whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2401a452d83b88b0d2f441740ad159645ec131d6;p=gcc.git tweak whitespace From-SVN: r28303 --- diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index e5c106426f1..67665599a07 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -639,9 +639,9 @@ convert_pointer_to (binfo, expr) if (TREE_CODE (binfo) == TREE_VEC) type = BINFO_TYPE (binfo); else if (IS_AGGR_TYPE (binfo)) - type = binfo; + type = binfo; else - type = binfo; + type = binfo; return convert_pointer_to_real (type, expr); }