You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/11/06 00:00:58 UTC

svn commit: r471561 - in /ant/core/trunk/src/main/org/apache/tools/tar: TarConstants.java TarOutputStream.java

Author: peterreilly
Date: Sun Nov  5 15:00:57 2006
New Revision: 471561

URL: http://svn.apache.org/viewvc?view=rev&rev=471561
Log:
trailing spaces

Modified:
    ant/core/trunk/src/main/org/apache/tools/tar/TarConstants.java
    ant/core/trunk/src/main/org/apache/tools/tar/TarOutputStream.java

Modified: ant/core/trunk/src/main/org/apache/tools/tar/TarConstants.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/tar/TarConstants.java?view=diff&rev=471561&r1=471560&r2=471561
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/tar/TarConstants.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/tar/TarConstants.java Sun Nov  5 15:00:57 2006
@@ -59,7 +59,7 @@
      * The length of the size field in a header buffer.
      */
     int    SIZELEN = 12;
-    
+
     /**
      * The maximum size of a file in a tar archive (That's 11 sevens, octal).
      */

Modified: ant/core/trunk/src/main/org/apache/tools/tar/TarOutputStream.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/tar/TarOutputStream.java?view=diff&rev=471561&r1=471560&r2=471561
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/tar/TarOutputStream.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/tar/TarOutputStream.java Sun Nov  5 15:00:57 2006
@@ -53,7 +53,7 @@
     protected byte[]    assemBuf;
     protected TarBuffer buffer;
     protected int       longFileMode = LONGFILE_ERROR;
-    
+
     private boolean closed = false;
 
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org