]> granicus.if.org Git - apache/commitdiff
tab vs space
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Oct 2014 05:25:02 +0000 (05:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Oct 2014 05:25:02 +0000 (05:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633530 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index b1f4bda8f91453eccdc73a8f1b87a9c1e87bb24e..7c0267c60c4a12f1e290f7109fd6ca1cec2aae50 100644 (file)
@@ -1150,7 +1150,7 @@ static apr_status_t ssl_io_filter_handshake(ssl_filter_ctx_t *filter_ctx)
                               "request to '%s'", hostname_note);
                 ssl_log_ssl_error(SSLLOG_MARK, APLOG_WARNING, server);
             }
-       }
+        }
 #endif
 
         if ((n = SSL_connect(filter_ctx->pssl)) <= 0) {