[Ada] Tune whitespace of the bounded lists Aggregate aspect

Message ID 20211201102605.GA1635729@adacore.com
State Committed
Commit ba12deb95594b898094b199f9f5ec1a52542be6b
Headers
Series [Ada] Tune whitespace of the bounded lists Aggregate aspect |

Commit Message

Pierre-Marie de Rodat Dec. 1, 2021, 10:26 a.m. UTC
  Whitespace cleanup only.

Tested on x86_64-pc-linux-gnu, committed on trunk

gcc/ada/

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

Patch

diff --git a/gcc/ada/libgnat/a-cbdlli.ads b/gcc/ada/libgnat/a-cbdlli.ads
--- 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;