]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix style in comments
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 30 Jan 2024 00:05:28 +0000 (01:05 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 13 May 2024 08:03:32 +0000 (10:03 +0200)
Code cleanup.

gcc/ada/

* contracts.adb (Inherit_Subprogram_Contract): Fix style.
* sem_ch5.adb (Analyze_Iterator_Specification): Likewise.

gcc/ada/contracts.adb
gcc/ada/sem_ch5.adb

index c440053bb78d03c4edf769e516ee34549141489e..c04d850b5322ccb9aeb9935f4bcda77d1a0895da 100644 (file)
@@ -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
index dc9524b0891f2c544315048b9ea2400e79651ee9..2677a2c5a1cc52cf5bdf4e74b7cdcf3ec225b020 100644 (file)
@@ -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);