summaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorRobert Dewar <dewar@gnat.com>2001-10-25 23:43:49 +0000
committerGeert Bosch <bosch@gcc.gnu.org>2001-10-26 01:43:49 +0200
commit316ad9c5f42d333b4285fe3f393d3fd764fdd9bb (patch)
treef439466ac0b1f10760d222dc84f42ab660d89276 /gcc/ada
parent1a7e4df49b261b50a442961d56c288d40d334665 (diff)
downloadgcc-316ad9c5f42d333b4285fe3f393d3fd764fdd9bb.tar.gz
* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
From-SVN: r46505
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/exp_ch4.adb4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 91ef80568c5..43d42eb8de8 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-25 Robert Dewar <dewar@gnat.com>
+
+ * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
+
2001-10-25 Geert Bosch <bosch@gnat.com>
* osint.adb (Is_Relative): Remove duplicate.
diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb
index 33c6f14468a..8c299c1dc14 100644
--- a/gcc/ada/exp_ch4.adb
+++ b/gcc/ada/exp_ch4.adb
@@ -1840,8 +1840,8 @@ package body Exp_Ch4 is
and then Is_Entity_Name (Prefix (Nam))
then
Decls :=
- Build_Task_Image_Decls (
- Loc, Nam, Etype (Prefix (Nam)));
+ Build_Task_Image_Decls
+ (Loc, Nam, Etype (Prefix (Nam)));
else
Decls := Build_Task_Image_Decls (Loc, T, T);
end if;