From 2401a452d83b88b0d2f441740ad159645ec131d6 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 27 Jul 1999 18:58:58 -0400 Subject: [PATCH] tweak whitespace From-SVN: r28303 --- gcc/cp/cvt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index e5c106426f1e..67665599a071 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); } -- 2.47.2