Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 7 Jan 2015 11:00:13 +0000 (12:00 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 7 Jan 2015 11:00:13 +0000 (12:00 +0100)
From-SVN: r219295

gcc/ada/exp_ch6.adb

index e4d45883ac9d84da6b28eb643a1fed25ee289fe9..5279e85a3c1ab76bd513b1c6133eb363b7278cdc 100644 (file)
@@ -5917,9 +5917,7 @@ package body Exp_Ch6 is
       --  If the call is within a thunk and the type is a limited view, the
       --  backend will eventually see the non-limited view of the type.
 
-      elsif Is_Thunk (Current_Scope)
-         and then Is_Incomplete_Type (Exptyp)
-      then
+      elsif Is_Thunk (Current_Scope) and then Is_Incomplete_Type (Exptyp) then
          return;
 
       elsif not Requires_Transient_Scope (R_Type) then