[Ada] Remove extra whitespace in bounded container Read procedures
authorPiotr Trojanek <trojanek@adacore.com>
Wed, 21 Oct 2020 13:04:48 +0000 (15:04 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 26 Nov 2020 08:39:44 +0000 (03:39 -0500)
gcc/ada/

* libgnat/a-cbhase.adb (Read): Remove extra whitespace.
* libgnat/a-cbmutr.ads (Read): Likewise.
* libgnat/a-cborse.adb (Read): Likewise.

gcc/ada/libgnat/a-cbhase.adb
gcc/ada/libgnat/a-cbmutr.ads
gcc/ada/libgnat/a-cborse.adb

index 293d722..75b9667 100644 (file)
@@ -1783,7 +1783,7 @@ is
       -- Read --
       ----------
 
-      procedure  Read
+      procedure Read
         (Stream : not null access Root_Stream_Type'Class;
          Item   : out Reference_Type)
       is
index a9fb55a..d9a4a9a 100644 (file)
@@ -333,7 +333,7 @@ private
       Node      : Count_Type'Base := No_Node;
    end record;
 
-   procedure  Read
+   procedure Read
      (Stream   : not null access Root_Stream_Type'Class;
       Position : out Cursor);
    for Cursor'Read use Read;
index e4a2de8..41f0859 100644 (file)
@@ -908,7 +908,7 @@ is
       -- Read --
       ----------
 
-      procedure  Read
+      procedure Read
         (Stream : not null access Root_Stream_Type'Class;
          Item   : out Reference_Type)
       is