]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove some trailing spaces that were merged in r1841573 in order to complete the...
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 12 Nov 2019 21:28:31 +0000 (21:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 12 Nov 2019 21:28:31 +0000 (21:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869711 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index f54c922fc79e78a5c3b2e1037978cd9f20c9a1f8..fee17808298b3d01c6629cafb1911d5108373421 100644 (file)
@@ -680,7 +680,7 @@ static apr_status_t ssl_init_ctx_protocol(server_rec *s,
 #if SSL_HAVE_PROTOCOL_TLSV1_3
     if (SSL_HAVE_PROTOCOL_TLSV1_3 && (protocol & SSL_PROTOCOL_TLSV1_3)) {
         prot = TLS1_3_VERSION;
-    } else  
+    } else
 #endif
     if (protocol & SSL_PROTOCOL_TLSV1_2) {
         prot = TLS1_2_VERSION;