]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 22 Jun 2016 09:55:54 +0000 (11:55 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 22 Jun 2016 09:55:54 +0000 (11:55 +0200)
From-SVN: r237686

gcc/ada/sem_prag.adb

index bb35ac49c20b7a6ebeb629551f96aa324c791e10..b856badbf9219a9c971164675c71c9b669d35d09 100644 (file)
@@ -26348,8 +26348,8 @@ package body Sem_Prag is
                Rewrite (N, New_Occurrence_Of (New_E, Sloc (N)));
             end if;
 
-            --  Check that there are no calls left to abstract operations
-            --  if the current subprogram is not abstract.
+            --  Check that there are no calls left to abstract operations if
+            --  the current subprogram is not abstract.
 
             if Nkind (Parent (N)) = N_Function_Call
               and then N = Name (Parent (N))
@@ -27168,8 +27168,9 @@ package body Sem_Prag is
                end if;
 
                New_Prag :=
-                 Build_Pragma_Check_Equivalent (Prag, Subp, Parent_Subp,
-                                                Keep_Pragma_Id => True);
+                 Build_Pragma_Check_Equivalent
+                   (Prag, Subp, Parent_Subp, Keep_Pragma_Id => True);
+
                Insert_After (Unit_Declaration_Node (Subp), New_Prag);
                Preanalyze (New_Prag);