From 847b1d9e02443e3ffd0ebe58222151cd3ecb8c20 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 5 Jun 2020 12:58:10 +0200
Subject: [PATCH] Fix commment indentation

Sponsored by: Robert Klemme
---
 jcc.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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))
-- 
2.49.0