From: Christophe Jaillet Date: Thu, 5 May 2016 16:14:57 +0000 (+0000) Subject: Improve alignment X-Git-Tag: 2.5.0-alpha~1645 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=150e407400ec635902b35ef078743ead160ed277;p=apache Improve alignment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742447 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_h2.c b/modules/http2/h2_h2.c index 5329f3171a..825cd77e78 100644 --- a/modules/http2/h2_h2.c +++ b/modules/http2/h2_h2.c @@ -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; } }