]> granicus.if.org Git - apache/commitdiff
Fix indentation (plus now needed line-wrap).
authorRainer Jung <rjung@apache.org>
Thu, 27 Jun 2013 22:25:56 +0000 (22:25 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 27 Jun 2013 22:25:56 +0000 (22:25 +0000)
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

index 743bedb43c09f9b60a819d3c09568f36f8ec339f..ab42af022929d25cd7888a7c5817f09e9c8d85ba 100644 (file)
@@ -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);