Minor reformatting.

From-SVN: r219295
This commit is contained in:
Arnaud Charlet 2015-01-07 12:00:13 +01:00
parent 10dfac72b1
commit bdeea27b01

@ -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