[Ada] Tune whitespace of the bounded lists Aggregate aspect

gcc/ada/

	* libgnat/a-cbdlli.ads (List): Remove extra space in Aggregate
	aspect.
This commit is contained in:
Piotr Trojanek 2021-11-19 10:13:08 +01:00 committed by Pierre-Marie de Rodat
parent 38e7e9ac15
commit ba12deb955

View 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;