Author: kkolinko
Date: Mon Mar 10 12:58:07 2014
New Revision: 1575928

URL: http://svn.apache.org/r1575928
Log:
Checkstyle:
tab character

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1575928&r1=1575927&r2=1575928&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Mar 10 12:58:07 2014
@@ -1335,9 +1335,9 @@
   </target>
 
   <target name="test-nio2" description="Runs the JUnit test cases for NIO2. 
Does not stop on errors."
-            depends="test-compile,deploy,cobertura-instrument" 
if="${execute.test.nio2}">
+          depends="test-compile,deploy,cobertura-instrument" 
if="${execute.test.nio2}">
     <runtests protocol="org.apache.coyote.http11.Http11Nio2Protocol"
-                 extension=".NIO2" />
+              extension=".NIO2" />
   </target>
 
   <target name="test-apr" description="Runs the JUnit test cases for APR. Does 
not stop on errors."



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to