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 2019/12/07 15:39:31 UTC

[tomcat] branch master updated: Tab police.

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new d957ec4  Tab police.
d957ec4 is described below

commit d957ec4d67544087ed8fa7b94ee6731ce453a51c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Dec 7 15:39:14 2019 +0000

    Tab police.
    
    Sorry still getting new development VM set up correctly
---
 test/org/apache/tomcat/util/net/TestSsl.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/org/apache/tomcat/util/net/TestSsl.java b/test/org/apache/tomcat/util/net/TestSsl.java
index 7a2ee32..b777f2c 100644
--- a/test/org/apache/tomcat/util/net/TestSsl.java
+++ b/test/org/apache/tomcat/util/net/TestSsl.java
@@ -140,8 +140,8 @@ public class TestSsl extends TomcatBaseTest {
         // Handshake complete appears to be called asynchronously
         int wait = 0;
         while (wait < 5000 && !listener.isComplete()) {
-        	wait += 50;
-        	Thread.sleep(50);
+            wait += 50;
+            Thread.sleep(50);
         }
         Assert.assertTrue("Checking no client issuer has been requested",
                 TesterSupport.getLastClientAuthRequestedIssuerCount() == 0);


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