OSDN Git Service

tweak whitespace
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jul 1999 22:58:58 +0000 (22:58 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jul 1999 22:58:58 +0000 (22:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28303 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/cvt.c

index e5c1064..6766559 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