From: Piotr Trojanek Date: Thu, 3 Feb 2022 20:28:44 +0000 (+0100) Subject: [Ada] Fix style of body header boxes X-Git-Tag: basepoints/gcc-14~6899 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd97da66c886a69c2d831dad1b3ffe06aa1879fe;p=thirdparty%2Fgcc.git [Ada] Fix style of body header boxes 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. --- diff --git a/gcc/ada/sem_case.adb b/gcc/ada/sem_case.adb index ccd4b18b4af..0bb358a68ff 100644 --- a/gcc/ada/sem_case.adb +++ b/gcc/ada/sem_case.adb @@ -2667,6 +2667,7 @@ package body Sem_Case is --------------------- -- Free_Value_Sets -- --------------------- + procedure Free_Value_Sets is begin Value_Index_Set_Table.Free; diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb index fa36d0f8f05..963f353d063 100644 --- a/gcc/ada/sem_ch12.adb +++ b/gcc/ada/sem_ch12.adb @@ -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 := diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb index d0cbf3f740d..d3b8eacadf1 100644 --- a/gcc/ada/sem_util.adb +++ b/gcc/ada/sem_util.adb @@ -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