changeset 1204:94774fc6620f

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 17 May 2007 18:07:28 +0000
parents cd3717fc4747
children 8b3e59a6bfdb
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c	Mon May 07 14:39:11 2007 +0000
+++ b/src/http/ngx_http_core_module.c	Thu May 17 18:07:28 2007 +0000
@@ -1774,10 +1774,10 @@
 #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,