Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 6 Jan 2015 08:23:59 +0000 (09:23 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 6 Jan 2015 08:23:59 +0000 (09:23 +0100)
From-SVN: r219218

gcc/ada/mlib-utl.adb

index af1ede1..91890a1 100644 (file)
@@ -282,10 +282,12 @@ package body MLib.Utl is
          if not Opt.Quiet_Output then
             Write_Str  (Ranlib_Name.all);
             Write_Char (' ');
+
             for J in Ranlib_Options'Range loop
                Write_Str  (Ranlib_Options (J).all);
                Write_Char (' ');
             end loop;
+
             Write_Line (Arguments (Ar_Options'Length + 1).all);
          end if;