summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Sikora <piotrsikora@google.com>2017-05-31 13:51:35 -0700
committerPiotr Sikora <piotrsikora@google.com>2017-05-31 13:51:35 -0700
commit7820e569af7a79e9a98b0d3f15048391ca3cbd35 (patch)
treec223b01be312c38d680105cc52e6afb834ccc042
parent95955b7c0447ecad9974d51d65fd2be41ee0115a (diff)
downloadnginx-7820e569af7a79e9a98b0d3f15048391ca3cbd35.tar.gz
Headers filter: style.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
-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
};