diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-01-07 12:00:13 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-01-07 12:00:13 +0100 |
commit | bdeea27b01e2d1444f0868b83427ebaf59b014d6 (patch) | |
tree | 0179c78e299a68db3c5da7bf1094e7e6b56bba74 | |
parent | 10dfac72b18e12e0879c9d4f83af3526e2ab3b8a (diff) | |
download | gcc-bdeea27b01e2d1444f0868b83427ebaf59b014d6.zip gcc-bdeea27b01e2d1444f0868b83427ebaf59b014d6.tar.gz gcc-bdeea27b01e2d1444f0868b83427ebaf59b014d6.tar.bz2 |
Minor reformatting.
From-SVN: r219295
-rw-r--r-- | gcc/ada/exp_ch6.adb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb index e4d4588..5279e85 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 |