]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tweak whitespace
authorJason Merrill <jason@gcc.gnu.org>
Tue, 27 Jul 1999 22:58:58 +0000 (18:58 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 27 Jul 1999 22:58:58 +0000 (18:58 -0400)
From-SVN: r28303

gcc/cp/cvt.c

index e5c106426f1ead6d398b35b674d1c741dcccc2aa..67665599a071237a0c78951ff9107fa5ed1e244d 100644 (file)
@@ -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);
 }
 \f