summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch4.adb
diff options
context:
space:
mode:
authorbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-25 23:43:49 +0000
committerbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-25 23:43:49 +0000
commit515cb44b955545266d1e56a3f7962252fdfc931f (patch)
treef439466ac0b1f10760d222dc84f42ab660d89276 /gcc/ada/exp_ch4.adb
parent78be4c120bcc5719f0adbe4ff4bae17efac23d04 (diff)
downloadgcc-515cb44b955545266d1e56a3f7962252fdfc931f.tar.gz
* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46505 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch4.adb')
-rw-r--r--gcc/ada/exp_ch4.adb4
1 files changed, 2 insertions, 2 deletions
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;