From: Rainer Jung Date: Thu, 27 Jun 2013 22:31:02 +0000 (+0000) Subject: Fix indentation (plus now needed line-wrap). X-Git-Tag: 2.4.5~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c586a5777b27f92041a2cf0a725473e1fc4188f;p=apache Fix indentation (plus now needed line-wrap). No functional change. Followup to r1486454. Backport of r1497588. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1497590 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/util.c b/modules/dav/main/util.c index 743bedb43c..ab42af0229 100644 --- a/modules/dav/main/util.c +++ b/modules/dav/main/util.c @@ -663,8 +663,9 @@ static dav_error * dav_process_if_header(request_rec *r, dav_if_header **p_ih) /* the resources we will compare to have unencoded paths */ if (ap_unescape_url(parsed_uri.path) != OK) { return dav_new_error(r->pool, HTTP_BAD_REQUEST, - DAV_ERR_IF_TAGGED, rv, - "Invalid percent encoded URI in tagged If-header."); + DAV_ERR_IF_TAGGED, rv, + "Invalid percent encoded URI in " + "tagged If-header."); } uri_len = strlen(parsed_uri.path);