You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/08/10 20:04:43 UTC

svn commit: r1755828 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Author: markt
Date: Wed Aug 10 20:04:43 2016
New Revision: 1755828

URL: http://svn.apache.org/viewvc?rev=1755828&view=rev
Log:
Tab police

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1755828&r1=1755827&r2=1755828&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Wed Aug 10 20:04:43 2016
@@ -845,7 +845,7 @@ public class Nio2Endpoint extends Abstra
             // Copy what data there is in the read buffer to the byte array
             if (remaining > 0) {
                 remaining = Math.min(remaining, len);
-            	readBuffer.get(b, off, remaining);
+                readBuffer.get(b, off, remaining);
                 if (log.isDebugEnabled()) {
                     log.debug("Socket: [" + this + "], Read from buffer: [" + remaining + "]");
                 }



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