Updated checkstyle_checks.xml, switch-case indentation, issue #512

This commit is contained in:
alexkravin 2015-01-22 16:31:44 +04:00
parent 7487028f2a
commit bac672f756
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@
<module name="Indentation">
<property name="basicOffset" value="4"/>
<property name="braceAdjustment" value="0"/>
<property name="caseIndent" value="0"/>
<property name="caseIndent" value="4"/>
</module>
<module name="ArrayTrailingComma"/>
<module name="FinalLocalVariable"/>