diff options
author | Robert Dewar <dewar@adacore.com> | 2012-07-30 15:15:00 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-07-30 17:15:00 +0200 |
commit | 29ba9f52eee2ab585349ba71850bf9e0e5c86d3c (patch) | |
tree | 10b4ccca210f1b877b9404f282c4e6fd1996100a /gcc/ada/sem_dim.adb | |
parent | b5059fa0897458f65c8c2a30f3d16c8dbc1e0e03 (diff) | |
download | gcc-29ba9f52eee2ab585349ba71850bf9e0e5c86d3c.zip gcc-29ba9f52eee2ab585349ba71850bf9e0e5c86d3c.tar.gz gcc-29ba9f52eee2ab585349ba71850bf9e0e5c86d3c.tar.bz2 |
par_sco.adb, [...]: Minor reformatting.
2012-07-30 Robert Dewar <dewar@adacore.com>
* par_sco.adb, a-cihama.adb, a-coinve.adb, exp_ch7.adb, a-ciorse.adb,
exp_ch9.adb, sem_dim.adb, par-ch13.adb, sem_ch9.adb, a-cidlli.adb,
a-cimutr.adb, freeze.adb, a-ciormu.adb, sem_res.adb, sem_attr.adb,
a-cihase.adb, exp_ch4.adb, sem_ch4.adb, a-ciorma.adb,
s-tasinf-linux.ads, sem_ch13.adb, a-coinho.adb: Minor reformatting.
Add comments.
From-SVN: r189977
Diffstat (limited to 'gcc/ada/sem_dim.adb')
-rw-r--r-- | gcc/ada/sem_dim.adb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/sem_dim.adb b/gcc/ada/sem_dim.adb index 3d0e1dd..0f51837 100644 --- a/gcc/ada/sem_dim.adb +++ b/gcc/ada/sem_dim.adb @@ -1712,9 +1712,7 @@ package body Sem_Dim is -- entity when the object is a constant whose type is a -- dimensioned type. - if Constant_Present (N) - and then not Exists (Dim_Of_Etyp) - then + if Constant_Present (N) and then not Exists (Dim_Of_Etyp) then Set_Dimensions (Id, Dim_Of_Expr); -- Otherwise, issue an error message |