From: André Malo Date: Thu, 13 Feb 2003 21:21:15 +0000 (+0000) Subject: style. X-Git-Tag: pre_ajp_proxy~2151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=973d927daef70217491b06b630e2c1d426cb5bc0;p=apache 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 8ab69ad849..1f95fa68f0 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; }