style fix
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 34149c4..2bff245 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c
@@ -935,7 +935,8 @@ 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 */