aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch4.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2012-07-30 15:15:00 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2012-07-30 17:15:00 +0200
commit29ba9f52eee2ab585349ba71850bf9e0e5c86d3c (patch)
tree10b4ccca210f1b877b9404f282c4e6fd1996100a /gcc/ada/exp_ch4.adb
parentb5059fa0897458f65c8c2a30f3d16c8dbc1e0e03 (diff)
downloadgcc-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/exp_ch4.adb')
-rw-r--r--gcc/ada/exp_ch4.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb
index e0b3441..9ac910c 100644
--- a/gcc/ada/exp_ch4.adb
+++ b/gcc/ada/exp_ch4.adb
@@ -705,8 +705,7 @@ package body Exp_Ch4 is
or else
(Is_Class_Wide_Type (Etype (Exp))
and then Scope (PtrT) /= Current_Scope))
- and then
- (Tagged_Type_Expansion or else VM_Target /= No_VM)
+ and then (Tagged_Type_Expansion or else VM_Target /= No_VM)
then
-- If the allocator was built in place, Ref is already a reference
-- to the access object initialized to the result of the allocator