mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
style fix
This commit is contained in:
@@ -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_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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user