From: Piotr Trojanek Date: Wed, 21 Oct 2020 13:04:48 +0000 (+0200) Subject: [Ada] Remove extra whitespace in bounded container Read procedures X-Git-Tag: basepoints/gcc-12~2849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adfa6cb8e4cf282524cb42a2a10bb6d52edf1e84;p=thirdparty%2Fgcc.git [Ada] Remove extra whitespace in bounded container Read procedures gcc/ada/ * libgnat/a-cbhase.adb (Read): Remove extra whitespace. * libgnat/a-cbmutr.ads (Read): Likewise. * libgnat/a-cborse.adb (Read): Likewise. --- diff --git a/gcc/ada/libgnat/a-cbhase.adb b/gcc/ada/libgnat/a-cbhase.adb index 293d722d202f..75b9667f0602 100644 --- a/gcc/ada/libgnat/a-cbhase.adb +++ b/gcc/ada/libgnat/a-cbhase.adb @@ -1783,7 +1783,7 @@ is -- Read -- ---------- - procedure Read + procedure Read (Stream : not null access Root_Stream_Type'Class; Item : out Reference_Type) is diff --git a/gcc/ada/libgnat/a-cbmutr.ads b/gcc/ada/libgnat/a-cbmutr.ads index a9fb55ac9736..d9a4a9af140c 100644 --- a/gcc/ada/libgnat/a-cbmutr.ads +++ b/gcc/ada/libgnat/a-cbmutr.ads @@ -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; diff --git a/gcc/ada/libgnat/a-cborse.adb b/gcc/ada/libgnat/a-cborse.adb index e4a2de80c9bb..41f0859a461b 100644 --- a/gcc/ada/libgnat/a-cborse.adb +++ b/gcc/ada/libgnat/a-cborse.adb @@ -908,7 +908,7 @@ is -- Read -- ---------- - procedure Read + procedure Read (Stream : not null access Root_Stream_Type'Class; Item : out Reference_Type) is