OSDN Git Service

2008-07-31 Robert Dewar <dewar@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2008 14:41:32 +0000 (14:41 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2008 14:41:32 +0000 (14:41 +0000)
* prj-env.adb: Minor reformatting

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138421 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/prj-env.adb

index 041a5e3..1744716 100644 (file)
@@ -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