diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-07 11:00:13 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-07 11:00:13 +0000 |
commit | c06a893fd03d290ae7c72bbb8a7160db05a83889 (patch) | |
tree | 0179c78e299a68db3c5da7bf1094e7e6b56bba74 | |
parent | 6fe9865025f01be03130d22243e2558f6d633bed (diff) | |
download | gcc-c06a893fd03d290ae7c72bbb8a7160db05a83889.tar.gz |
Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219295 138bc75d-0d04-0410-961f-82ee72b054a4
-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 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 |