From 3d936dab064b1c432bcb706d8b70784454ca1a9a Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Wed, 27 Mar 2002 00:28:07 +0000 Subject: [PATCH] Anal-retentive factor -- be consistent in our whitespace. Reviewed by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94192 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index de7fc0d525..2ec4a734c2 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -1134,7 +1134,7 @@ static char *make_allow(request_rec *r) * Append all of the elements of r->allowed_methods->method_list */ for (i = 0; i < r->allowed_methods->method_list->nelts; ++i) { - list = apr_pstrcat(r->pool, list, ", ", xmethod[i], NULL); + list = apr_pstrcat(r->pool, list, ",", xmethod[i], NULL); } } -- 2.40.0