]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 17 May 2007 18:07:28 +0000 (18:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 17 May 2007 18:07:28 +0000 (18:07 +0000)
src/http/ngx_http_core_module.c

index dd7ffc0f32b317b5cab10745b947f1a01e0a7ab8..c2d980b27fb9c8fbc1354493ac4f91c7d6350c35 100644 (file)
@@ -1774,10 +1774,10 @@ ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)
 #if (NGX_PCRE)
         if (clcf->regex == NULL
             && ngx_strncmp(clcf->name.data, pclcf->name.data, pclcf->name.len)
-                                                                         != 0)
+               != 0)
 #else
         if (ngx_strncmp(clcf->name.data, pclcf->name.data, pclcf->name.len)
-                                                                         != 0)
+            != 0)
 #endif
         {
             ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,