Hi,

Committed this warning fix as obvious.

Thanks,
- Tom
2015-02-22  Tom de Vries  <t...@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

Reply via email to