diff options
author | Hristian Kirtchev <kirtchev@adacore.com> | 2017-01-13 10:47:25 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-01-13 11:47:25 +0100 |
commit | 72cdccfa16f98ad52e7a6e80a0838ba9c183f789 (patch) | |
tree | 5d5c4bdb865b0a2565c56124c6c4c4c4f38938c1 /gcc/ada/sem_ch3.adb | |
parent | fae8eb5b9656d7e2bc42e4b48e627ff17de62dee (diff) | |
download | gcc-72cdccfa16f98ad52e7a6e80a0838ba9c183f789.zip gcc-72cdccfa16f98ad52e7a6e80a0838ba9c183f789.tar.gz gcc-72cdccfa16f98ad52e7a6e80a0838ba9c183f789.tar.bz2 |
sem_aggr.adb, [...]: Minor reformatting.
2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
* sem_aggr.adb, sem_ch3.adb, inline.adb, sem_util.adb, exp_ch4.adb,
exp_aggr.adb: Minor reformatting.
From-SVN: r244416
Diffstat (limited to 'gcc/ada/sem_ch3.adb')
-rw-r--r-- | gcc/ada/sem_ch3.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 0a6a30e..729a422 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -4151,8 +4151,8 @@ package body Sem_Ch3 is and then Present (Component_Associations (E)) and then Present (Choice_List (First (Component_Associations (E)))) and then - Nkind (First (Choice_List (First (Component_Associations (E))))) - = N_Others_Choice + Nkind (First (Choice_List (First (Component_Associations (E))))) = + N_Others_Choice then null; |