You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/04/09 06:45:52 UTC

svn commit: r932242 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java

Author: bodewig
Date: Fri Apr  9 04:45:52 2010
New Revision: 932242

URL: http://svn.apache.org/viewvc?rev=932242&view=rev
Log:
whitespace

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java?rev=932242&r1=932241&r2=932242&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java Fri Apr  9 04:45:52 2010
@@ -400,9 +400,9 @@ public class Copy extends Task {
         }
 
         try {
-        // make sure we don't have an illegal set of options
+            // make sure we don't have an illegal set of options
             try {
-        validateAttributes();
+                validateAttributes();
             } catch (BuildException e) {
                 if (failonerror
                     || !getMessage(e)