From: Arnaud Charlet Date: Wed, 7 Jan 2015 11:00:13 +0000 (+0100) Subject: Minor reformatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bdeea27b01e2d1444f0868b83427ebaf59b014d6;p=gcc.git Minor reformatting. From-SVN: r219295 --- diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb index e4d45883ac9..5279e85a3c1 100644 --- a/gcc/ada/exp_ch6.adb +++ b/gcc/ada/exp_ch6.adb @@ -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