mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 10:19:00 +08:00
style fix
This commit is contained in:
parent
c9c0358546
commit
c49d3ec7d4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user