Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 13256 invoked from network); 18 Jun 2009 06:50:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jun 2009 06:50:41 -0000 Received: (qmail 78544 invoked by uid 500); 18 Jun 2009 06:50:51 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 78456 invoked by uid 500); 18 Jun 2009 06:50:51 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 78447 invoked by uid 99); 18 Jun 2009 06:50:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 06:50:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 06:50:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1562D23888CE; Thu, 18 Jun 2009 06:50:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r785926 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: Descriptor64.java Memory.java Date: Thu, 18 Jun 2009 06:50:28 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090618065029.1562D23888CE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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); } }