Author: kevj
Date: Sun May 20 00:57:42 2007
New Revision: 539841

URL: http://svn.apache.org/viewvc?view=rev&rev=539841
Log:
-remove extra whitespace

Modified:
    ant/core/trunk/src/tests/antunit/taskdefs/subant-test.xml

Modified: ant/core/trunk/src/tests/antunit/taskdefs/subant-test.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/subant-test.xml?view=diff&rev=539841&r1=539840&r2=539841
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/subant-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/subant-test.xml Sun May 20 
00:57:42 2007
@@ -1,6 +1,6 @@
 <project default="antunit" xmlns:au="antlib:org.apache.ant.antunit">
 
-  <description >
+  <description>
     Test that subant properly sets various properties
   </description>
   <import file="../antunit-base.xml" />
@@ -10,7 +10,6 @@
     <delete file="encodeStringDest" />
   </target>
 
-
   <target name="assertProperties">
     <au:assertPropertySet name="ant.version" />
     <au:assertPropertySet name="java.home" />
@@ -23,4 +22,4 @@
     </subant>
   </target>
 
-</project>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to