Fix commment indentation
authorFabian Keil <fk@fabiankeil.de>
Fri, 5 Jun 2020 10:58:10 +0000 (12:58 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 5 Jun 2020 13:58:24 +0000 (15:58 +0200)
Sponsored by: Robert Klemme

jcc.c

diff --git a/jcc.c b/jcc.c
index a4a588c..6963acf 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -3906,10 +3906,10 @@ static void chat(struct client_state *csp)
             ret = create_server_ssl_connection(csp);
 
             /*
-            * If TLS/SSL connection wasn't created and invalid certificate
-            * wasn't detected, we can interrupt this function. Otherwise, we
-            * must inform the client about invalid server certificate.
-            */
+             * If TLS/SSL connection wasn't created and invalid certificate
+             * wasn't detected, we can interrupt this function. Otherwise, we
+             * must inform the client about invalid server certificate.
+             */
             if (ret != 0
                && (csp->server_cert_verification_result == SSL_CERT_NOT_VERIFIED
                   || csp->server_cert_verification_result == SSL_CERT_VALID))