aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-07-31 16:41:32 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-07-31 16:41:32 +0200
commit1efe143b3e7ca3ac347f79d887a14aad5127e56b (patch)
tree95558c8e3b2853a1838347ef1d832061e378fdb4
parenteddab7cd5ed80aa9048406315ab888c528ea5310 (diff)
downloadgcc-1efe143b3e7ca3ac347f79d887a14aad5127e56b.zip
gcc-1efe143b3e7ca3ac347f79d887a14aad5127e56b.tar.gz
gcc-1efe143b3e7ca3ac347f79d887a14aad5127e56b.tar.bz2
prj-env.adb: Minor reformatting
2008-07-31 Robert Dewar <dewar@adacore.com> * prj-env.adb: Minor reformatting From-SVN: r138421
-rw-r--r--gcc/ada/prj-env.adb14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ada/prj-env.adb b/gcc/ada/prj-env.adb
index 041a5e3..1744716 100644
--- a/gcc/ada/prj-env.adb
+++ b/gcc/ada/prj-env.adb
@@ -2353,16 +2353,16 @@ 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
- Add_Object_Dir : Boolean := False;
+ Add_Object_Dir : Boolean := False;
Prj : Project_Id := Project;
begin