summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 285120de7..fc2c3d49b 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -554,7 +554,7 @@ extern ngx_str_t ngx_http_core_get_method;
r->headers_out.content_length->hash = 0; \
r->headers_out.content_length = NULL; \
}
- \
+
#define ngx_http_clear_accept_ranges(r) \
\
r->allow_ranges = 0; \