]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Fri, 12 Jan 2007 21:57:20 +0000 (21:57 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 12 Jan 2007 21:57:20 +0000 (21:57 +0000)
src/http/ngx_http_core_module.c

index 34149c49fbc5f5901771d855a276d650b3630fe8..2bff2456099f68e46a97c23a8e1654208848362c 100644 (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 */