From 8b30f0bd245d2ac5eaf6eef573ee07fe1dbc213c Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Thu, 13 Feb 2003 21:21:15 +0000 Subject: [PATCH] style. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98644 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_actions.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; } -- 2.47.3