]> granicus.if.org Git - apache/commitdiff
Improve alignment
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 5 May 2016 16:14:57 +0000 (16:14 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 5 May 2016 16:14:57 +0000 (16:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742447 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_h2.c

index 5329f3171a50319365307b6dcdd3b18178a46b17..825cd77e78581eeffd76cc5d0e10216d2b5708d0 100644 (file)
@@ -485,9 +485,9 @@ int h2_is_acceptable_connection(conn_rec *c, int require_all)
             if (strncmp("TLS", val, 3) 
                 || !strcmp("TLSv1", val) 
                 || !strcmp("TLSv1.1", val)) {
-            ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(03050)
-                          "h2_h2(%ld): tls protocol not suitable: %s", 
-                          (long)c->id, val);
+                ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(03050)
+                              "h2_h2(%ld): tls protocol not suitable: %s", 
+                              (long)c->id, val);
                 return 0;
             }
         }