Commit fe42997b by Robert Dewar Committed by Arnaud Charlet

mlib-utl.adb: Minor reformatting

2008-07-30  Robert Dewar  <dewar@adacore.com>

	* mlib-utl.adb: Minor reformatting

From-SVN: r138303
parent 015fbc5c
...@@ -408,7 +408,7 @@ package body MLib.Utl is ...@@ -408,7 +408,7 @@ package body MLib.Utl is
if Driver_Name = No_Name then if Driver_Name = No_Name then
if Gcc_Exec = null then if Gcc_Exec = null then
if Gcc_Name = null then if Gcc_Name = null then
Gcc_Name := Osint.Program_Name ("gcc", "gnatmake"); Gcc_Name := Osint.Program_Name ("gcc", "gnatmake");
end if; end if;
Gcc_Exec := Locate_Exec_On_Path (Gcc_Name.all); Gcc_Exec := Locate_Exec_On_Path (Gcc_Name.all);
......
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