summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/http/modules/ngx_http_headers_filter_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_headers_filter_module.c b/src/http/modules/ngx_http_headers_filter_module.c
index 94dc51e77..936d28d59 100644
--- a/src/http/modules/ngx_http_headers_filter_module.c
+++ b/src/http/modules/ngx_http_headers_filter_module.c
@@ -98,7 +98,7 @@ static ngx_command_t ngx_http_headers_filter_commands[] = {
ngx_http_headers_expires,
NGX_HTTP_LOC_CONF_OFFSET,
0,
- NULL},
+ NULL },
{ ngx_string("add_header"),
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF
@@ -106,7 +106,7 @@ static ngx_command_t ngx_http_headers_filter_commands[] = {
ngx_http_headers_add,
NGX_HTTP_LOC_CONF_OFFSET,
0,
- NULL},
+ NULL },
ngx_null_command
};