Author: britter Date: Fri Mar 8 21:09:24 2013 New Revision: 1454557 URL: http://svn.apache.org/r1454557 Log: Correct indentation
Modified: commons/proper/beanutils/trunk/checkstyle.xml Modified: commons/proper/beanutils/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/checkstyle.xml?rev=1454557&r1=1454556&r2=1454557&view=diff ============================================================================== --- commons/proper/beanutils/trunk/checkstyle.xml (original) +++ commons/proper/beanutils/trunk/checkstyle.xml Fri Mar 8 21:09:24 2013 @@ -51,12 +51,12 @@ limitations under the License. <property name="scope" value="protected"/> <property name="allowUndeclaredRTE" value="true"/> </module> - </module> - <!-- Line with trailing spaces --> - <module name="RegexpSingleline"> - <property name="format" value="\s+$"/> - <property name="message" value="Line has trailing spaces."/> - </module> + </module> + <!-- Line with trailing spaces --> + <module name="RegexpSingleline"> + <property name="format" value="\s+$"/> + <property name="message" value="Line has trailing spaces."/> + </module> </module>