This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed][ada] Fix warning in 'Loop Statements' in gnat-style.texi
- From: Tom de Vries <Tom_deVries at mentor dot com>
- To: Arnaud Charlet <charlet at adacore dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 22 Feb 2015 16:21:34 +0100
- Subject: [committed][ada] Fix warning in 'Loop Statements' in gnat-style.texi
- Authentication-results: sourceware.org; auth=none
Hi,
Committed this warning fix as obvious.
Thanks,
- Tom
2015-02-22 Tom de Vries <tom@codesourcery.com>
* 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