From 150e407400ec635902b35ef078743ead160ed277 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 5 May 2016 16:14:57 +0000 Subject: [PATCH] Improve alignment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742447 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_h2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } } -- 2.50.1