You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/06/18 08:50:28 UTC

svn commit: r785926 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: Descriptor64.java Memory.java

Author: mturk
Date: Thu Jun 18 06:50:28 2009
New Revision: 785926

URL: http://svn.apache.org/viewvc?rev=785926&view=rev
Log:
Remove trailing spaces. No functional change

Modified:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor64.java
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor64.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor64.java?rev=785926&r1=785925&r2=785926&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor64.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor64.java Thu Jun 18 06:50:28 2009
@@ -43,7 +43,7 @@
 
     public int fd()
     {
-        return IHANDLE;    
+        return IHANDLE;
     }
 
     public boolean isClosed()

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java?rev=785926&r1=785925&r2=785926&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java Thu Jun 18 06:50:28 2009
@@ -284,7 +284,7 @@
         throws IndexOutOfBoundsException, IllegalArgumentException,
                NullPointerException
     {
-        return array0(ptr, offset, length);            
+        return array0(ptr, offset, length);
     }
 
 }