]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[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 293d722d202f66ad8c294c02adee19f12fc1e62f..75b9667f06026e7f8cf8ee928ef79c459a8e3751 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 a9fb55ac9736966768cddeedc80d41667d8d02f0..d9a4a9af140c1330f8d65cc2bad18d4e0c1d2e21 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 e4a2de80c9bb82e30ebc1f9df19f0fc258548819..41f0859a461b99a154515dc4738a7d17b46a92fa 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