style fix

This commit is contained in:
Igor Sysoev 2007-01-12 21:57:20 +00:00
parent 8785136a92
commit a1e82cca22

View File

@ -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 */