From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id D6C5D385800D; Wed, 1 Dec 2021 10:27:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6C5D385800D MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Pierre-Marie de Rodat To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-5683] [Ada] Tune whitespace of the bounded lists Aggregate aspect X-Act-Checkin: gcc X-Git-Author: Piotr Trojanek X-Git-Refname: refs/heads/master X-Git-Oldrev: 38e7e9ac1591ca3e7b3adc181a0786fd71739b40 X-Git-Newrev: ba12deb95594b898094b199f9f5ec1a52542be6b Message-Id: <20211201102736.D6C5D385800D@sourceware.org> Date: Wed, 1 Dec 2021 10:27:36 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2021 10:27:36 -0000 https://gcc.gnu.org/g:ba12deb95594b898094b199f9f5ec1a52542be6b commit r12-5683-gba12deb95594b898094b199f9f5ec1a52542be6b Author: Piotr Trojanek 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;