From: Andre Malo Date: Thu, 13 Feb 2003 21:21:15 +0000 (+0000) Subject: style. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b30f0bd245d2ac5eaf6eef573ee07fe1dbc213c;p=thirdparty%2Fapache%2Fhttpd.git style. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98644 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_actions.c b/modules/mappers/mod_actions.c index 8ab69ad8498..1f95fa68f00 100644 --- a/modules/mappers/mod_actions.c +++ b/modules/mappers/mod_actions.c @@ -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; }