From: Christophe Jaillet Date: Wed, 22 Oct 2014 05:24:05 +0000 (+0000) Subject: tab vs space X-Git-Tag: 2.5.0-alpha~3760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f064a8accd0e269cf7952b11fd38ee71cf48264;p=apache tab vs space git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633529 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/mod_dav.c b/modules/dav/main/mod_dav.c index 79de403a79..8eee84f823 100644 --- a/modules/dav/main/mod_dav.c +++ b/modules/dav/main/mod_dav.c @@ -712,8 +712,8 @@ static dav_error *dav_get_resource(request_rec *r, int label_allowed, if (conf->provider == NULL) { return dav_new_error(r->pool, HTTP_METHOD_NOT_ALLOWED, 0, 0, apr_psprintf(r->pool, - "DAV not enabled for %s", - ap_escape_html(r->pool, r->uri))); + "DAV not enabled for %s", + ap_escape_html(r->pool, r->uri))); } /* resolve the resource */