Minor reformatting.
From-SVN: r219218
This commit is contained in:
parent
31dd2a8669
commit
9bd59e280c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue