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
declare
Path : constant String_Access := Locate_Exec_On_Path (Exec_Name);
begin
if Path = null then
return "";
else
return Get_Install_Dir (Path.all);
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