From patchwork Sun Feb 22 15:21:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 442289 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 2D761140119 for ; Mon, 23 Feb 2015 02:21:52 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:content-type; q=dns; s=default; b=UczZqQ4MOrCyFqYSumm+sMLQbqSHeJyYpSVzG5R9VJV YufCIBkDRI5vOuCCgV06+6t80heG6V52K/pde+RRMm2QLejzqZXXxRzt9UpMC8wZ Slww0yDSlwqiBx6GqwK+vDaWNQX6xsxTHYlYdT+1Je7iZdvsdw2z0zO4/fdwQWk8 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:content-type; s=default; bh=RmKfhLSDk+nnKd7PUOes6oTZC1Y=; b=Ocvu5V0rpI6eV+bZw pL3Ggzk4oMa2cQr7L7xtOtIIiziw6037Q8E0toao3nZKT1D9YngpxvWBtc7r/82E RCAyYR6agMNgaME9KOUq7y/36xWtrcn1kcGSHx38CiXZDEO7/1RIDfoaED72EvrN BVhRhJGelgsuKK0aOrNvWQ8kiQ= Received: (qmail 4617 invoked by alias); 22 Feb 2015 15:21:44 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 4597 invoked by uid 89); 22 Feb 2015 15:21:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 22 Feb 2015 15:21:42 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YPYLi-0001Fy-3x from Tom_deVries@mentor.com ; Sun, 22 Feb 2015 07:21:38 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.3.224.2; Sun, 22 Feb 2015 15:21:36 +0000 Message-ID: <54E9F3FE.4080006@mentor.com> Date: Sun, 22 Feb 2015 16:21:34 +0100 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Arnaud Charlet CC: GCC Patches Subject: [committed][ada] Fix warning in 'Loop Statements' in gnat-style.texi Hi, Committed this warning fix as obvious. Thanks, - Tom 2015-02-22 Tom de Vries * gnat-style.texi (@subsection Loop Statements): Replace @noindent by @item, and fix warning '@itemize has text but no @item'. --- gcc/ada/gnat-style.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/gnat-style.texi b/gcc/ada/gnat-style.texi index df2d491..1fa7688 100644 --- a/gcc/ada/gnat-style.texi +++ b/gcc/ada/gnat-style.texi @@ -566,7 +566,7 @@ can be saved by aligning the @code{when} clauses with the opening @code{case}. @cindex Loop statements @itemize @bullet -@noindent +@item When possible, have @code{for} or @code{while} on one line with the condition and the @code{loop} keyword. -- 1.9.1