Author: peterreilly
Date: Tue Sep  4 04:06:15 2007
New Revision: 572616

URL: http://svn.apache.org/viewvc?rev=572616&view=rev
Log:
checkstyle

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

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java?rev=572616&r1=572615&r2=572616&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java Tue Sep  4 
04:06:15 2007
@@ -270,7 +270,7 @@
 
     /**
      * Execute the touch operation.
-     * 
+     *
      * @throws BuildException
      *             if an error occurs.
      */
@@ -344,7 +344,7 @@
             String[] mapped = fileNameMapper.mapFileName(r.getName());
             if (mapped != null && mapped.length > 0) {
                 long modTime = defaultTimestamp;
-                if (millis < 0 && r.isExists()){
+                if (millis < 0 && r.isExists()) {
                     modTime = r.getLastModified();
                 }
                 for (int i = 0; i < mapped.length; i++) {



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

Reply via email to