From 5dde0f74caccc2ed52df72d72856db3435969e51 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Thu, 27 Jun 2013 22:25:56 +0000 Subject: [PATCH] Fix indentation (plus now needed line-wrap). Followup to r1470940. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1497588 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/main/util.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); -- 2.40.0