From: Piotr Trojanek Date: Tue, 30 Jan 2024 00:05:28 +0000 (+0100) Subject: ada: Fix style in comments X-Git-Tag: basepoints/gcc-16~9139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1de93edbdecc68503b66652b810213492d69ba7b;p=thirdparty%2Fgcc.git ada: Fix style in comments Code cleanup. gcc/ada/ * contracts.adb (Inherit_Subprogram_Contract): Fix style. * sem_ch5.adb (Analyze_Iterator_Specification): Likewise. --- diff --git a/gcc/ada/contracts.adb b/gcc/ada/contracts.adb index c440053bb78..c04d850b532 100644 --- a/gcc/ada/contracts.adb +++ b/gcc/ada/contracts.adb @@ -3620,7 +3620,7 @@ package body Contracts is end if; end Inherit_Pragma; - -- Start of processing for Inherit_Subprogram_Contract + -- Start of processing for Inherit_Subprogram_Contract begin -- Inheritance is carried out only when both entities are subprograms diff --git a/gcc/ada/sem_ch5.adb b/gcc/ada/sem_ch5.adb index dc9524b0891..2677a2c5a1c 100644 --- a/gcc/ada/sem_ch5.adb +++ b/gcc/ada/sem_ch5.adb @@ -2158,7 +2158,7 @@ package body Sem_Ch5 is return Etype (Ent); end Get_Cursor_Type; - -- Start of processing for Analyze_Iterator_Specification + -- Start of processing for Analyze_Iterator_Specification begin Enter_Name (Def_Id);