mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 13:59:00 +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
|
||||
&& r->uri.len == clcfp[i]->name.len - 1
|
||||
&& 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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user