]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Fix style of body header boxes
authorPiotr Trojanek <trojanek@adacore.com>
Thu, 3 Feb 2022 20:28:44 +0000 (21:28 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 11 May 2022 08:53:20 +0000 (08:53 +0000)
gcc/ada/

* sem_case.adb (Free_Value_Sets): Fix style in body header box.
* sem_ch12.adb (Build_Subprogram_Wrappers): Likewise.
* sem_util.adb (Statically_Denotes_Entity): Likewise.

gcc/ada/sem_case.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_util.adb

index ccd4b18b4afd24df8249dbd92e7167778dc9f532..0bb358a68ffc632345a0bf4d4e6adafdce758f90 100644 (file)
@@ -2667,6 +2667,7 @@ package body Sem_Case is
             ---------------------
             -- Free_Value_Sets --
             ---------------------
+
             procedure Free_Value_Sets is
             begin
                Value_Index_Set_Table.Free;
index fa36d0f8f0577b1dc857cac332d3b3911015e0ab..963f353d063d1a0967b9059b10ed1302c9d25c3a 100644 (file)
@@ -1178,9 +1178,9 @@ package body Sem_Ch12 is
       --  anonymous types, the presence a formal equality will introduce an
       --  implicit declaration for the corresponding inequality.
 
-      -----------------------------------------
-      -- procedure Build_Subprogram_Wrappers --
-      -----------------------------------------
+      -------------------------------
+      -- Build_Subprogram_Wrappers --
+      -------------------------------
 
       procedure Build_Subprogram_Wrappers is
          Formal : constant Entity_Id :=
index d0cbf3f740df1048c0452485b68002c880e4fcad..d3b8eacadf1a1703c42747b6152918b6dc8452bf 100644 (file)
@@ -28763,6 +28763,7 @@ package body Sem_Util is
    -------------------------------
    -- Statically_Denotes_Entity --
    -------------------------------
+
    function Statically_Denotes_Entity (N : Node_Id) return Boolean is
       E : Entity_Id;
    begin