diff options
author | Robert Dewar <dewar@adacore.com> | 2014-05-21 12:59:01 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-05-21 14:59:01 +0200 |
commit | 9db78a423bbd92dfbfcaa5b33b040da21540d647 (patch) | |
tree | a9c4d05c4a3190c9a2def7a43a2c7ffcef3fa0a1 /gcc/ada/sem_ch13.adb | |
parent | 63b5225b44626f58396430f11b1592f3b7f155f4 (diff) | |
download | gcc-9db78a423bbd92dfbfcaa5b33b040da21540d647.zip gcc-9db78a423bbd92dfbfcaa5b33b040da21540d647.tar.gz gcc-9db78a423bbd92dfbfcaa5b33b040da21540d647.tar.bz2 |
sem_ch13.adb: Minor reformatting.
2014-05-21 Robert Dewar <dewar@adacore.com>
* sem_ch13.adb: Minor reformatting.
* lib-xref-spark_specific.adb, sem_util.adb: Minor reformatting.
* sem_prag.adb: Minor error message improvement.
From-SVN: r210701
Diffstat (limited to 'gcc/ada/sem_ch13.adb')
-rw-r--r-- | gcc/ada/sem_ch13.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index f1c2de1..8964bac611 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -489,7 +489,7 @@ package body Sem_Ch13 is -- We need to sort the component clauses on the basis of the -- Position values in the clause, so we can group clauses with - -- the same Position. together to determine the relevant machine + -- the same Position together to determine the relevant machine -- scalar size. Sort_CC : declare @@ -537,7 +537,7 @@ package body Sem_Ch13 is Comps (To) := Comps (From); end CP_Move; - -- Start of processing for Sort_CC + -- Start of processing for Sort_CC begin -- Collect the machine scalar relevant component clauses |