mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 11:19:00 +08:00
style fix
This commit is contained in:
parent
932b32628e
commit
5f6989e953
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user