diff --git a/docs/config_whitespace.html b/docs/config_whitespace.html index 4234f3b1d..3a1f9c7d8 100644 --- a/docs/config_whitespace.html +++ b/docs/config_whitespace.html @@ -22,6 +22,9 @@
+ Checks the padding of an empty for iterator; that is whether white + space is required at an empty for iterator, or such white space is + forbidden. +
+| name | +description | +type | +default value | +
|---|---|---|---|
| option | +policy on how to pad an empty for iterator | +pad policy | +nospace | +
+ To configure the check: +
++<module name="EmptyForIteratorPad"/> ++
+ To configure the check to require white space at an empty for iterator: +
++<module name="EmptyForIteratorPad"> + <property name="option" value="space"/> +</module> ++
+ com.puppycrawl.tools.checkstyle.checks +
+ ++ TreeWalker +
+ +@@ -392,7 +445,7 @@
This property represents the policy for padding parentheses. The +
This property represents the policy for padding with white space. The following table describes the valid options:
-| Option | Definition |