public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r15-414] ada: Fix style in comments
@ 2024-05-13  8:37 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2024-05-13  8:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1de93edbdecc68503b66652b810213492d69ba7b

commit r15-414-g1de93edbdecc68503b66652b810213492d69ba7b
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Tue Jan 30 01:05:28 2024 +0100

    ada: Fix style in comments
    
    Code cleanup.
    
    gcc/ada/
    
            * contracts.adb (Inherit_Subprogram_Contract): Fix style.
            * sem_ch5.adb (Analyze_Iterator_Specification): Likewise.

Diff:
---
 gcc/ada/contracts.adb | 2 +-
 gcc/ada/sem_ch5.adb   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/contracts.adb b/gcc/ada/contracts.adb
index c440053bb78d..c04d850b5322 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 dc9524b0891f..2677a2c5a1cc 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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-13  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-13  8:37 [gcc r15-414] ada: Fix style in comments Marc Poulhi?s

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).