Commit eddab7cd by Robert Dewar Committed by Arnaud Charlet

makeutl.adb: Minor reformatting

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

	* makeutl.adb: Minor reformatting

From-SVN: r138420
parent 86038a88
...@@ -248,11 +248,9 @@ package body Makeutl is ...@@ -248,11 +248,9 @@ package body Makeutl is
declare declare
Path : constant String_Access := Locate_Exec_On_Path (Exec_Name); Path : constant String_Access := Locate_Exec_On_Path (Exec_Name);
begin begin
if Path = null then if Path = null then
return ""; return "";
else else
return Get_Install_Dir (Path.all); return Get_Install_Dir (Path.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