comparison src/http/ngx_http_core_module.c @ 1204:94774fc6620f

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 17 May 2007 18:07:28 +0000
parents ff63527ea29c
children c6c33f81fd79
comparison
equal deleted inserted replaced
1203:cd3717fc4747 1204:94774fc6620f
1772 } 1772 }
1773 1773
1774 #if (NGX_PCRE) 1774 #if (NGX_PCRE)
1775 if (clcf->regex == NULL 1775 if (clcf->regex == NULL
1776 && ngx_strncmp(clcf->name.data, pclcf->name.data, pclcf->name.len) 1776 && ngx_strncmp(clcf->name.data, pclcf->name.data, pclcf->name.len)
1777 != 0) 1777 != 0)
1778 #else 1778 #else
1779 if (ngx_strncmp(clcf->name.data, pclcf->name.data, pclcf->name.len) 1779 if (ngx_strncmp(clcf->name.data, pclcf->name.data, pclcf->name.len)
1780 != 0) 1780 != 0)
1781 #endif 1781 #endif
1782 { 1782 {
1783 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 1783 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
1784 "location \"%V\" is outside location \"%V\"", 1784 "location \"%V\" is outside location \"%V\"",
1785 &clcf->name, &pclcf->name); 1785 &clcf->name, &pclcf->name);