Author: markt
Date: Thu Apr 14 09:58:05 2016
New Revision: 1739044

URL: http://svn.apache.org/viewvc?rev=1739044&view=rev
Log:
Fix indent

Modified:
    tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

Modified: 
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java?rev=1739044&r1=1739043&r2=1739044&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java 
(original)
+++ tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java 
Thu Apr 14 09:58:05 2016
@@ -293,7 +293,7 @@ public class TestClose extends TomcatBas
                     // triggers an error here.
                     while (count < 10) {
                         count++;
-                    session.getBasicRemote().sendText("Test reply");
+                        session.getBasicRemote().sendText("Test reply");
                         Thread.sleep(500);
                     }
                 } catch (IOException e) {



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

Reply via email to