Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 20 Nov 2014 10:47:23 +0000 (11:47 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 20 Nov 2014 10:47:23 +0000 (11:47 +0100)
From-SVN: r217833

gcc/ada/exp_ch4.adb

index ca58e47..0cceea1 100644 (file)
@@ -10623,7 +10623,8 @@ package body Exp_Ch4 is
             --  Ada 2005 (AI-251): Handle interface type conversion
 
             if Is_Interface (Actual_Op_Typ)
-              or else Is_Interface (Actual_Targ_Typ)
+                 or else
+               Is_Interface (Actual_Targ_Typ)
             then
                Expand_Interface_Conversion (N);
                goto Done;