]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Fix formating. No functional change.
authorRuediger Pluem <rpluem@apache.org>
Sat, 21 Jun 2008 20:02:21 +0000 (20:02 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 21 Jun 2008 20:02:21 +0000 (20:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670254 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 10649f421a446833fe26c64e26f9b914cd73123f..98420679742bde34fb8941879959e65134a83e59 100644 (file)
@@ -4464,8 +4464,9 @@ static int hook_uri2file(request_rec *r)
                 r->filename = apr_pstrcat(r->pool, r->filename,
                                           r->path_info, NULL);
             }
-            if (r->args != NULL &&
-                ((r->proxyreq == PROXYREQ_PROXY) || (rulestatus == ACTION_NOESCAPE))) {
+            if ((r->args != NULL)
+                && ((r->proxyreq == PROXYREQ_PROXY)
+                    || (rulestatus == ACTION_NOESCAPE))) {
                 /* see proxy_http:proxy_http_canon() */
                 r->filename = apr_pstrcat(r->pool, r->filename,
                                           "?", r->args, NULL);