summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-07-07 10:18:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-07-07 10:18:41 +0000
commitb5f5da3a37f2169d6745f7160203a792ab49cac0 (patch)
tree5c43c5c64900ac6279859f20aad437a74bb1aca7 /src/http/ngx_http_core_module.h
parent6ea25ac7e7df387aa9ef1dee4187da21c2d86888 (diff)
downloadnginx-b5f5da3a37f2169d6745f7160203a792ab49cac0.tar.gz
nginx-b5f5da3a37f2169d6745f7160203a792ab49cac0.tar.bz2
r2007, r2025, r2042 merge:
style fixes
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 9a9f97bdd..bdc15d628 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -255,10 +255,10 @@ struct ngx_http_core_loc_conf_s {
ngx_array_t *locations;
/* pointer to the modules' loc_conf */
- void **loc_conf ;
+ void **loc_conf;
uint32_t limit_except;
- void **limit_except_loc_conf ;
+ void **limit_except_loc_conf;
ngx_http_handler_pt handler;
@@ -401,7 +401,7 @@ extern ngx_uint_t ngx_http_max_module;
\
r->allow_ranges = 0; \
if (r->headers_out.accept_ranges) { \
- r->headers_out.accept_ranges->hash = 0 ; \
+ r->headers_out.accept_ranges->hash = 0; \
r->headers_out.accept_ranges = NULL; \
}