diff options
author | Hristian Kirtchev <kirtchev@adacore.com> | 2016-04-21 09:26:02 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-04-21 11:26:02 +0200 |
commit | bbe008b6e975f3afc971a990f70e78d25fbc3180 (patch) | |
tree | c5cd442b61c09ac23e9348beedcfe0d36cc7ca92 /gcc/ada/exp_ch6.adb | |
parent | 35f4f238400a5527ee68546c03e320768f01bc48 (diff) | |
download | gcc-bbe008b6e975f3afc971a990f70e78d25fbc3180.zip gcc-bbe008b6e975f3afc971a990f70e78d25fbc3180.tar.gz gcc-bbe008b6e975f3afc971a990f70e78d25fbc3180.tar.bz2 |
sem_ch3.adb, [...]: Minor reformatting.
2016-04-21 Hristian Kirtchev <kirtchev@adacore.com>
* sem_ch3.adb, exp_attr.adb, exp_ch6.adb, exp_aggr.adb: Minor
reformatting.
From-SVN: r235322
Diffstat (limited to 'gcc/ada/exp_ch6.adb')
-rw-r--r-- | gcc/ada/exp_ch6.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb index 599e462..613f2b4 100644 --- a/gcc/ada/exp_ch6.adb +++ b/gcc/ada/exp_ch6.adb @@ -8477,8 +8477,7 @@ package body Exp_Ch6 is if not Comes_From_Source (Orig_Func) and then Etype (Orig_Func) /= Etype (Func_Id) then - Last_Actual := - Unchecked_Convert_To (Etype (Func_Id), Last_Actual); + Last_Actual := Unchecked_Convert_To (Etype (Func_Id), Last_Actual); end if; Append_To (Actuals, |