]> granicus.if.org Git - apache/commitdiff
Synch trunk and 2.4.x
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Jul 2019 09:08:21 +0000 (09:08 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Jul 2019 09:08:21 +0000 (09:08 +0000)
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

modules/proxy/mod_proxy.c

index 6377b36e00bcd7e4f1b0f56de807c37b9b93745c..d6c12ec02a0939eb8c1f69d9ffe52bc241c198c5 100644 (file)
@@ -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[] = {