From a1e82cca224fd827ca806dddaebc31d403c909ac Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 12 Jan 2007 21:57:20 +0000 Subject: style fix --- src/http/ngx_http_core_module.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 34149c49f..2bff24560 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -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 */ -- cgit