Commit 9bd59e28 by Arnaud Charlet

Minor reformatting.

From-SVN: r219218
parent 31dd2a86
...@@ -282,10 +282,12 @@ package body MLib.Utl is ...@@ -282,10 +282,12 @@ package body MLib.Utl is
if not Opt.Quiet_Output then if not Opt.Quiet_Output then
Write_Str (Ranlib_Name.all); Write_Str (Ranlib_Name.all);
Write_Char (' '); Write_Char (' ');
for J in Ranlib_Options'Range loop for J in Ranlib_Options'Range loop
Write_Str (Ranlib_Options (J).all); Write_Str (Ranlib_Options (J).all);
Write_Char (' '); Write_Char (' ');
end loop; end loop;
Write_Line (Arguments (Ar_Options'Length + 1).all); Write_Line (Arguments (Ar_Options'Length + 1).all);
end if; end if;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment