From: Piotr Trojanek Date: Fri, 19 Nov 2021 09:13:08 +0000 (+0100) Subject: [Ada] Tune whitespace of the bounded lists Aggregate aspect X-Git-Tag: basepoints/gcc-13~2630 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba12deb95594b898094b199f9f5ec1a52542be6b;p=thirdparty%2Fgcc.git [Ada] Tune whitespace of the bounded lists Aggregate aspect gcc/ada/ * libgnat/a-cbdlli.ads (List): Remove extra space in Aggregate aspect. --- diff --git a/gcc/ada/libgnat/a-cbdlli.ads b/gcc/ada/libgnat/a-cbdlli.ads index f4086ea1957e..950bada541fb 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;