diff options
author | Robert Dewar <dewar@adacore.com> | 2014-07-30 14:25:36 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-30 16:25:36 +0200 |
commit | 2e471ec7641db7c5f0291f1b90de6ccecc1aea4a (patch) | |
tree | 3615f8b94b97c8c811f1c6984b26a012fadea153 /gcc/ada/sem_ch3.ads | |
parent | 43174f1527277ef15d1ebb5c50773ab89cbd2ba9 (diff) | |
download | gcc-2e471ec7641db7c5f0291f1b90de6ccecc1aea4a.zip gcc-2e471ec7641db7c5f0291f1b90de6ccecc1aea4a.tar.gz gcc-2e471ec7641db7c5f0291f1b90de6ccecc1aea4a.tar.bz2 |
sem_ch3.ads, [...]: Minor reformatting.
2014-07-30 Robert Dewar <dewar@adacore.com>
* sem_ch3.ads, prj.ads, prj-nmsc.adb: Minor reformatting.
From-SVN: r213283
Diffstat (limited to 'gcc/ada/sem_ch3.ads')
-rw-r--r-- | gcc/ada/sem_ch3.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_ch3.ads b/gcc/ada/sem_ch3.ads index a0b37ea..70b201d 100644 --- a/gcc/ada/sem_ch3.ads +++ b/gcc/ada/sem_ch3.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2013, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2014, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -196,8 +196,8 @@ package Sem_Ch3 is (I : Node_Id; Related_Nod : Node_Id; Related_Id : Entity_Id := Empty; - Suffix_Index : Nat := 1; - In_Iter_Schm : Boolean := False); + Suffix_Index : Nat := 1; + In_Iter_Schm : Boolean := False); -- Process an index that is given in an array declaration, an entry -- family declaration or a loop iteration. The index is given by an -- index declaration (a 'box'), or by a discrete range. The later can |