You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/10/22 07:24:06 UTC

svn commit: r1633529 - /httpd/httpd/trunk/modules/dav/main/mod_dav.c

Author: jailletc36
Date: Wed Oct 22 05:24:05 2014
New Revision: 1633529

URL: http://svn.apache.org/r1633529
Log:
tab vs space

Modified:
    httpd/httpd/trunk/modules/dav/main/mod_dav.c

Modified: httpd/httpd/trunk/modules/dav/main/mod_dav.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/dav/main/mod_dav.c?rev=1633529&r1=1633528&r2=1633529&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/dav/main/mod_dav.c (original)
+++ httpd/httpd/trunk/modules/dav/main/mod_dav.c Wed Oct 22 05:24:05 2014
@@ -712,8 +712,8 @@ static dav_error *dav_get_resource(reque
     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 */