public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5683] [Ada] Tune whitespace of the bounded lists Aggregate aspect
@ 2021-12-01 10:27 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-12-01 10:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ba12deb95594b898094b199f9f5ec1a52542be6b

commit r12-5683-gba12deb95594b898094b199f9f5ec1a52542be6b
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Fri Nov 19 10:13:08 2021 +0100

    [Ada] Tune whitespace of the bounded lists Aggregate aspect
    
    gcc/ada/
    
            * libgnat/a-cbdlli.ads (List): Remove extra space in Aggregate
            aspect.

Diff:
---
 gcc/ada/libgnat/a-cbdlli.ads | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/libgnat/a-cbdlli.ads b/gcc/ada/libgnat/a-cbdlli.ads
index f4086ea1957..950bada541f 100644
--- a/gcc/ada/libgnat/a-cbdlli.ads
+++ b/gcc/ada/libgnat/a-cbdlli.ads
@@ -56,8 +56,8 @@ is
       Variable_Indexing => Reference,
       Default_Iterator  => Iterate,
       Iterator_Element  => Element_Type,
-      Aggregate         => (Empty        => Empty,
-                            Add_Unnamed  => Append),
+      Aggregate         => (Empty       => Empty,
+                            Add_Unnamed => Append),
       Preelaborable_Initialization
                         => Element_Type'Preelaborable_Initialization;


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

only message in thread, other threads:[~2021-12-01 10:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 10:27 [gcc r12-5683] [Ada] Tune whitespace of the bounded lists Aggregate aspect Pierre-Marie de Rodat

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).