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;
}
}
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;
}