From: Robert Dewar Date: Fri, 10 Sep 2010 15:19:45 +0000 (+0000) Subject: sem.adb: Minor reformatting. X-Git-Tag: releases/gcc-4.6.0~4409 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77fcb50eced279547ad891c2ec9c8cb65baae90d;p=thirdparty%2Fgcc.git sem.adb: Minor reformatting. 2010-09-10 Robert Dewar * sem.adb: Minor reformatting. From-SVN: r164190 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 62087b4f44e2..84cc9466fe18 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2010-09-10 Robert Dewar + + * sem.adb: Minor reformatting. + 2010-09-10 Bob Duff * s-os_lib.ads, g-expect.ads: Add comments. diff --git a/gcc/ada/sem.adb b/gcc/ada/sem.adb index 6b1032bad7b9..32ad831db45b 100644 --- a/gcc/ada/sem.adb +++ b/gcc/ada/sem.adb @@ -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