Commit 26683233 authored by Rainer Jung's avatar Rainer Jung
Browse files

Fix indentation (plus now needed line-wrap).

No functional change.
Followup to r1497435.
Backport of r1497588 (trunk) resp.
r1486454 (2.4.x).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1497594 13f79535-47bb-0310-9956-ffa450edef68
parent 9cd86c6f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -639,7 +639,8 @@ static dav_error * dav_process_if_header(request_rec *r, dav_if_header **p_ih)
            if (ap_unescape_url(parsed_uri.path) != OK) {
                return dav_new_error(r->pool, HTTP_BAD_REQUEST,
                                     DAV_ERR_IF_TAGGED,
                           "Invalid percent encoded URI in tagged If-header.");
                                     "Invalid percent encoded URI in "
                                     "tagged If-header.");
            }

            uri_len = strlen(parsed_uri.path);