summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch4.adb
diff options
context:
space:
mode:
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;