mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
style fix
This commit is contained in:
parent
eb9b9d1c95
commit
dd15b55fbc
@ -150,9 +150,9 @@ ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename)
|
|||||||
|
|
||||||
if (rc == NGX_CONF_FILE_DONE && block) {
|
if (rc == NGX_CONF_FILE_DONE && block) {
|
||||||
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
|
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
|
||||||
"unexpected end of file in %s:%ui, expecting \"}\"",
|
"unexpected end of file in %s:%ui, expecting \"}\"",
|
||||||
cf->conf_file->file.name.data,
|
cf->conf_file->file.name.data,
|
||||||
cf->conf_file->line);
|
cf->conf_file->line);
|
||||||
rc = NGX_ERROR;
|
rc = NGX_ERROR;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -179,9 +179,9 @@ ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
|
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
|
||||||
"%s in %s:%ui",
|
"%s in %s:%ui",
|
||||||
rv, cf->conf_file->file.name.data,
|
rv, cf->conf_file->file.name.data,
|
||||||
cf->conf_file->line);
|
cf->conf_file->line);
|
||||||
rc = NGX_ERROR;
|
rc = NGX_ERROR;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user