From 152aaa2fc0863dd62e94e6d534e2f0c1cf73ce12 Mon Sep 17 00:00:00 2001
From: Oleg Sukhodolsky
Date: Fri, 14 Oct 2011 18:20:22 +0400
Subject: [PATCH] Fixed typo in documentation for FileTabCharacter (bug
#3423621)
---
src/xdocs/config_whitespace.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/xdocs/config_whitespace.xml b/src/xdocs/config_whitespace.xml
index 80e409aa1..2114f8841 100755
--- a/src/xdocs/config_whitespace.xml
+++ b/src/xdocs/config_whitespace.xml
@@ -899,9 +899,9 @@ for (Iterator foo = very.long.line.iterator();
To configure the check to report on each line in each file:
-<module name="FileTabCharacter"/>
+<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
-<module/>
+</module>