mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 13:42:55 +08:00
style fix
This commit is contained in:
parent
8785136a92
commit
a1e82cca22
@ -935,7 +935,8 @@ ngx_http_core_find_location(ngx_http_request_t *r,
|
|||||||
if (clcfp[i]->auto_redirect
|
if (clcfp[i]->auto_redirect
|
||||||
&& r->uri.len == clcfp[i]->name.len - 1
|
&& r->uri.len == clcfp[i]->name.len - 1
|
||||||
&& ngx_strncmp(r->uri.data, clcfp[i]->name.data,
|
&& ngx_strncmp(r->uri.data, clcfp[i]->name.data,
|
||||||
clcfp[i]->name.len - 1) == 0)
|
clcfp[i]->name.len - 1)
|
||||||
|
== 0)
|
||||||
{
|
{
|
||||||
/* the locations are lexicographically sorted */
|
/* the locations are lexicographically sorted */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user