Author: markt
Date: Mon Jun 25 12:05:08 2018
New Revision: 1834310
URL: http://svn.apache.org/viewvc?rev=1834310&view=rev
Log:
Fix indent
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1834310&r1=1834309&r2=1834310&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Jun 25 12:05:08 2018
@@ -1557,12 +1557,12 @@
</and>
</condition>
<condition property="cobertura.disabled" value="true">
- <and>
- <istrue value="${test.cobertura}"/>
- <not>
- <equals arg1="1" arg2="${test.threads}"/>
- </not>
- </and>
+ <and>
+ <istrue value="${test.cobertura}"/>
+ <not>
+ <equals arg1="1" arg2="${test.threads}"/>
+ </not>
+ </and>
</condition>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]