]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/sem_ch12.adb
exp_util.ads, [...]: Minor reformatting.
[gcc.git] / gcc / ada / sem_ch12.adb
index 0d8446df96cf50bb26b2a9a4f9e03d97107f49d6..9daba776d111a3d63a698bea9a5acf8aca967d5c 100644 (file)
@@ -5759,7 +5759,7 @@ package body Sem_Ch12 is
       --------------------
 
       procedure Check_Mismatch (B : Boolean) is
-         --  a Formal_Type_Declaration for a derived private type is rewritten
+         --  A Formal_Type_Declaration for a derived private type is rewritten
          --  as a private extension decl. (see Analyze_Formal_Derived_Type),
          --  which is why we examine the original node.
 
@@ -5927,9 +5927,9 @@ package body Sem_Ch12 is
          --  If the formal entity comes from a formal declaration, it was
          --  defaulted in the formal package, and no check is needed on it.
 
-         elsif
-           Nkind_In (Original_Node (Parent (E2)),
-             N_Formal_Object_Declaration, N_Formal_Type_Declaration)
+         elsif Nkind_In (Original_Node (Parent (E2)),
+                         N_Formal_Object_Declaration,
+                         N_Formal_Type_Declaration)
          then
             goto Next_E;
 
This page took 0.052653 seconds and 5 git commands to generate.