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 2015/02/23 09:38:05 UTC

svn commit: r1661617 - /tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java

Author: markt
Date: Mon Feb 23 08:38:05 2015
New Revision: 1661617

URL: http://svn.apache.org/r1661617
Log:
Fix indent.

Modified:
    tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java

Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java?rev=1661617&r1=1661616&r2=1661617&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java (original)
+++ tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java Mon Feb 23 08:38:05 2015
@@ -323,9 +323,9 @@ public class TestUpgrade extends TomcatB
                 while (sis.isReady()) {
                     int read = sis.read(buffer);
                     if (read > 0) {
-                            sos.write(buffer, 0, read);
-                    if (!sos.isReady()) {
-                        break;
+                        sos.write(buffer, 0, read);
+                        if (!sos.isReady()) {
+                            break;
                         }
                     }
                 }



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