aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-12-28 20:12:03 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-12-28 20:12:03 +0000
commitc49d3ec7d4ff3332bcf6838e83af058988e99eee (patch)
treefb9caf527714589d52375f267816d31362442570 /src
parentc9c03585467bb6e9998f8a6705792622768f82b2 (diff)
downloadnginx-c49d3ec7d4ff3332bcf6838e83af058988e99eee.tar.gz
nginx-c49d3ec7d4ff3332bcf6838e83af058988e99eee.zip
style fix
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_range_filter_module.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_range_filter_module.c b/src/http/modules/ngx_http_range_filter_module.c
index ab346f9ba..7b9bc6157 100644
--- a/src/http/modules/ngx_http_range_filter_module.c
+++ b/src/http/modules/ngx_http_range_filter_module.c
@@ -160,7 +160,8 @@ ngx_http_range_header_filter(ngx_http_request_t *r)
}
if (ngx_array_init(&r->headers_out.ranges, r->pool, 2,
- sizeof(ngx_http_range_t)) == NGX_ERROR)
+ sizeof(ngx_http_range_t))
+ == NGX_ERROR)
{
return NGX_ERROR;
}