# HG changeset patch # User Igor Sysoev # Date 1168209896 0 # Node ID 666302d1234cfd3b2ab4a578ad8c7e23d65f7d25 # Parent 14e68f471d026b69e674fc7c464aa4eba05c73cc style fix diff -r 14e68f471d02 -r 666302d1234c src/core/ngx_conf_file.c --- a/src/core/ngx_conf_file.c Sun Jan 07 18:52:34 2007 +0000 +++ b/src/core/ngx_conf_file.c Sun Jan 07 22:44:56 2007 +0000 @@ -150,9 +150,9 @@ if (rc == NGX_CONF_FILE_DONE && block) { ngx_log_error(NGX_LOG_EMERG, cf->log, 0, - "unexpected end of file in %s:%ui, expecting \"}\"", - cf->conf_file->file.name.data, - cf->conf_file->line); + "unexpected end of file in %s:%ui, expecting \"}\"", + cf->conf_file->file.name.data, + cf->conf_file->line); rc = NGX_ERROR; break; } @@ -179,9 +179,9 @@ } ngx_log_error(NGX_LOG_EMERG, cf->log, 0, - "%s in %s:%ui", - rv, cf->conf_file->file.name.data, - cf->conf_file->line); + "%s in %s:%ui", + rv, cf->conf_file->file.name.data, + cf->conf_file->line); rc = NGX_ERROR; break; }