mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Add "whitespace after comma" checkstyle rule
This commit is contained in:
parent
db5f6f648c
commit
f7762c5db7
37 changed files with 59 additions and 58 deletions
|
@ -142,6 +142,7 @@
|
||||||
, LITERAL_DO
|
, LITERAL_DO
|
||||||
, LITERAL_FOR
|
, LITERAL_FOR
|
||||||
, DO_WHILE
|
, DO_WHILE
|
||||||
|
, COMMA
|
||||||
"/>
|
"/>
|
||||||
</module>
|
</module>
|
||||||
<module name="WhitespaceAround">
|
<module name="WhitespaceAround">
|
||||||
|
|
Loading…
Reference in a new issue