From f8635f92c70f6c31bca0fca184b7ac10e40663f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 4 Jul 2004 22:47:49 +0000 Subject: [PATCH] style git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104169 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index 68027c2000..d0d5de3c2a 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -163,10 +163,10 @@ typedef struct { * the strmatch_patterns are really a const just to have a * case-independent strstr. */ - apr_array_header_t* cookie_paths ; - apr_array_header_t* cookie_domains ; - const apr_strmatch_pattern* cookie_path_str ; - const apr_strmatch_pattern* cookie_domain_str ; + apr_array_header_t* cookie_paths; + apr_array_header_t* cookie_domains; + const apr_strmatch_pattern* cookie_path_str; + const apr_strmatch_pattern* cookie_domain_str; } proxy_server_conf; -- 2.50.1