From a7d7da0fcf52e17ecb01580ad3bd5320f605d0ab Mon Sep 17 00:00:00 2001 From: Ian Holsman Date: Thu, 29 Aug 2002 22:51:40 +0000 Subject: [PATCH] shot in the arm by the style police while trying to escape git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96578 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_rewrite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 16e01e19a4..485b2fcee7 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -4155,8 +4155,8 @@ static void add_cookie(request_rec *r, char *s) } notename = apr_pstrcat(rmain->pool, var, "_rewrite", NULL); - apr_pool_userdata_get( &data, notename, rmain->pool); - if (data== NULL) { + apr_pool_userdata_get(&data, notename, rmain->pool); + if (data == NULL) { cookie = apr_pstrcat(rmain->pool, var, "=", -- 2.40.0