]> granicus.if.org Git - apache/commitdiff
style.
authorAndré Malo <nd@apache.org>
Thu, 13 Feb 2003 21:21:15 +0000 (21:21 +0000)
committerAndré Malo <nd@apache.org>
Thu, 13 Feb 2003 21:21:15 +0000 (21:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98644 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_actions.c

index 8ab69ad849863816d90e8e6ac5d067c9bf5e7c14..1f95fa68f008ea832b06d54cffbbf21cb4751aaa 100644 (file)
@@ -216,8 +216,10 @@ static int action_handler(request_rec *r)
     if (script == NULL)
        return DECLINED;
 
-    ap_internal_redirect_handler(apr_pstrcat(r->pool, script, ap_escape_uri(r->pool,
-                         r->uri), r->args ? "?" : NULL, r->args, NULL), r);
+    ap_internal_redirect_handler(apr_pstrcat(r->pool, script,
+                                             ap_escape_uri(r->pool, r->uri),
+                                             r->args ? "?" : NULL,
+                                             r->args, NULL), r);
     return OK;
 }