* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
authorRobert Dewar <dewar@gnat.com>
Thu, 25 Oct 2001 23:43:49 +0000 (23:43 +0000)
committerGeert Bosch <bosch@gcc.gnu.org>
Thu, 25 Oct 2001 23:43:49 +0000 (01:43 +0200)
From-SVN: r46505

gcc/ada/ChangeLog
gcc/ada/exp_ch4.adb

index 91ef80568c597d5cf62f22355133e0b98ce471ac..43d42eb8de8a7a2c1ab6de84c19302fe8f20a23e 100644 (file)
@@ -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.
index 33c6f14468a5ea6648cc971e28a8deee0688d3e7..8c299c1dc14d7ea65653be774b6dde4ef83659f5 100644 (file)
@@ -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;