removed old LeftCurly checks

This commit is contained in:
Lars Kühne 2003-01-12 08:25:37 +00:00
parent 0f300e9248
commit 6f581fe28d
1 changed files with 1 additions and 3 deletions

View File

@ -42,11 +42,9 @@
<!-- code layout -->
<module name="RightCurly"/>
<module name="MethodLeftCurly"/>
<module name="LeftCurly"/>
<module name="NeedBraces"/>
<module name="OperatorWrap"/>
<module name="OtherLeftCurly"/>
<module name="TypeLeftCurly"/>
<!-- standard whitespace settings -->
<module name="ParenPad"/>