mirror of
https://github.com/nginx/nginx.git
synced 2025-08-03 13:06:15 +08:00
style fix
This commit is contained in:
parent
eba03e6bea
commit
9b6548f4e4
@ -379,7 +379,7 @@ ngx_http_get_indexed_variable(ngx_http_request_t *r, ngx_uint_t index)
|
|||||||
ngx_http_variable_value_t *
|
ngx_http_variable_value_t *
|
||||||
ngx_http_get_flushed_variable(ngx_http_request_t *r, ngx_uint_t index)
|
ngx_http_get_flushed_variable(ngx_http_request_t *r, ngx_uint_t index)
|
||||||
{
|
{
|
||||||
ngx_http_variable_value_t *v;
|
ngx_http_variable_value_t *v;
|
||||||
|
|
||||||
v = &r->variables[index];
|
v = &r->variables[index];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user