style fix

This commit is contained in:
Igor Sysoev 2007-05-17 18:07:28 +00:00
parent 932b32628e
commit 5f6989e953

View 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,