]> granicus.if.org Git - apache/commitdiff
tab vs space
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Oct 2014 05:24:05 +0000 (05:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Oct 2014 05:24:05 +0000 (05:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633529 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.c

index 79de403a79e87f5b8bd972c86223ec6a949d429f..8eee84f8237b5fc2ba6c8c9870d385d3eb9c5d53 100644 (file)
@@ -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 */