Commit 1efe143b by Robert Dewar Committed by Arnaud Charlet

prj-env.adb: Minor reformatting

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

	* prj-env.adb: Minor reformatting

From-SVN: r138421
parent eddab7cd
......@@ -2353,12 +2353,12 @@ package body Prj.Env is
(Data.Object_Directory.Name, In_Tree);
end if;
-- For a non-library project, add the object
-- directory, if it is not a virtual project, and if
-- there are Ada sources in the project or one of the
-- projects it extends. If there are no Ada sources,
-- adding the object directory could disrupt the order
-- of the object dirs in the path.
-- For a non-library project, add object directory if
-- it is not a virtual project, and if there are Ada
-- sources in the project or one of the projects it
-- extends. If there are no Ada sources, adding the
-- object directory could disrupt the order of the
-- object dirs in the path.
elsif not Data.Virtual then
declare
......
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