# HG changeset patch # User Igor Sysoev # Date 1179425248 0 # Node ID 94774fc6620f06ae4bc32c5f4856d34d1672a3d0 # Parent cd3717fc4747de494ad4745eb719d6f51ef7de4e style fix diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1774,10 +1774,10 @@ ngx_http_core_location(ngx_conf_t *cf, n #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,