From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 5 Jun 2020 10:58:10 +0000 (+0200)
Subject: Fix commment indentation
X-Git-Tag: v_3_0_29~323
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/gitweb.js?a=commitdiff_plain;h=847b1d9e02443e3ffd0ebe58222151cd3ecb8c20;p=privoxy.git

Fix commment indentation

Sponsored by: Robert Klemme
---

diff --git a/jcc.c b/jcc.c
index a4a588c9..6963acf0 100644
--- 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))