[Ada] Tune whitespace of the bounded lists Aggregate aspect
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 19 Nov 2021 09:13:08 +0000 (10:13 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 1 Dec 2021 10:24:43 +0000 (10:24 +0000)
gcc/ada/

* libgnat/a-cbdlli.ads (List): Remove extra space in Aggregate
aspect.

gcc/ada/libgnat/a-cbdlli.ads

index f4086ea..950bada 100644 (file)
@@ -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;