]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sem.adb: Minor reformatting.
authorRobert Dewar <dewar@adacore.com>
Fri, 10 Sep 2010 15:19:45 +0000 (15:19 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 10 Sep 2010 15:19:45 +0000 (17:19 +0200)
2010-09-10  Robert Dewar  <dewar@adacore.com>

* sem.adb: Minor reformatting.

From-SVN: r164190

gcc/ada/ChangeLog
gcc/ada/sem.adb

index 62087b4f44e2cb338506e13e42bd03bd0c779794..84cc9466fe18f9f05b70940f0b25bbab7e85030f 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-10  Robert Dewar  <dewar@adacore.com>
+
+       * sem.adb: Minor reformatting.
+
 2010-09-10  Bob Duff  <duff@adacore.com>
 
        * s-os_lib.ads, g-expect.ads: Add comments.
index 6b1032bad7b9fb48e85a9d91805e6efafc72d34f..32ad831db45bc89a451cead178a072dcf1bf8177 100644 (file)
@@ -2200,12 +2200,11 @@ package body Sem is
             Action (Lib_Unit);
 
             --  If the context item indicates that a package body is needed
-            --  because of an instantiation in CU, traverse the body now,
-            --  even if CU is not related to the main unit. If the generic
-            --  itself appears in a package body, the context item is this
-            --  body, and it already appears in the traversal order, so we
-            --  only need to examine the case where the context item is a
-            --  package declaration.
+            --  because of an instantiation in CU, traverse the body now, even
+            --  if CU is not related to the main unit. If the generic itself
+            --  appears in a package body, the context item is this body, and
+            --  it already appears in the traversal order, so we only need to
+            --  examine the case of a context item being a package declaration.
 
             if Present (Withed_Body (Context_Item))
               and then Nkind (Unit (Lib_Unit)) = N_Package_Declaration