]> granicus.if.org Git - apache/commitdiff
Anal-retentive factor -- be consistent in our whitespace.
authorCliff Woolley <jwoolley@apache.org>
Wed, 27 Mar 2002 00:28:07 +0000 (00:28 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 27 Mar 2002 00:28:07 +0000 (00:28 +0000)
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

index de7fc0d5256748b81216795c6f065f0f8c7ba33d..2ec4a734c2e05699bb04620c7cde4800930db10c 100644 (file)
@@ -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);
         }
     }