You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/09/14 19:27:39 UTC

svn commit: r1808382 - /commons/proper/vfs/trunk/checkstyle.xml

Author: ggregory
Date: Thu Sep 14 19:27:39 2017
New Revision: 1808382

URL: http://svn.apache.org/viewvc?rev=1808382&view=rev
Log:
Format to use { on the same line.

Modified:
    commons/proper/vfs/trunk/checkstyle.xml

Modified: commons/proper/vfs/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/checkstyle.xml?rev=1808382&r1=1808381&r2=1808382&view=diff
==============================================================================
--- commons/proper/vfs/trunk/checkstyle.xml (original)
+++ commons/proper/vfs/trunk/checkstyle.xml Thu Sep 14 19:27:39 2017
@@ -160,7 +160,7 @@
           <property name="tokens" value="LITERAL_CATCH"/>
         </module>
         <module name="LeftCurly">
-            <property name="option" value="nl"/>
+            <property name="option" value="eol"/>
         </module>
         <module name="NeedBraces"/>
         <module name="RightCurly">