diff mbox

[committed,ada] Fix warning in 'Loop Statements' in gnat-style.texi

Message ID 54E9F3FE.4080006@mentor.com
State New
Headers show

Commit Message

Tom de Vries Feb. 22, 2015, 3:21 p.m. UTC
Hi,

Committed this warning fix as obvious.

Thanks,
- Tom
diff mbox

Patch

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