From: Christophe Jaillet Date: Sat, 20 Jul 2019 09:08:21 +0000 (+0000) Subject: Synch trunk and 2.4.x X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bc3212df9d51f04029af2c5a2d3c930c9cbb013;p=apache Synch trunk and 2.4.x Remove some useless spaces which have never been backported in 2.4.x. This was part of r1724879 and was backported in r1744951 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1863453 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index 6377b36e00..d6c12ec02a 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -48,14 +48,14 @@ static APR_OPTIONAL_FN_TYPE(set_worker_hc_param) *set_worker_hc_param_f = NULL; /* Externals */ proxy_hcmethods_t PROXY_DECLARE_DATA proxy_hcmethods[] = { - {NONE, "NONE", 1}, - {TCP, "TCP", 1}, - {OPTIONS, "OPTIONS", 1}, - {HEAD, "HEAD", 1}, - {GET, "GET", 1}, - {CPING, "CPING", 0}, - {PROVIDER, "PROVIDER", 0}, - {EOT, NULL, 1} + {NONE, "NONE", 1}, + {TCP, "TCP", 1}, + {OPTIONS, "OPTIONS", 1}, + {HEAD, "HEAD", 1}, + {GET, "GET", 1}, + {CPING, "CPING", 0}, + {PROVIDER, "PROVIDER", 0}, + {EOT, NULL, 1} }; proxy_wstat_t PROXY_DECLARE_DATA proxy_wstat_tbl[] = {