style fix: remove tabs and trailing spaces

This commit is contained in:
Igor Sysoev 2008-05-14 07:54:52 +00:00
parent 7a06fbdcca
commit 433608c180
4 changed files with 9 additions and 9 deletions

View File

@ -413,13 +413,13 @@ failed:
if (file->count == 0) { if (file->count == 0) {
if (file->fd != NGX_INVALID_FILE) { if (file->fd != NGX_INVALID_FILE) {
if (ngx_close_file(file->fd) == NGX_FILE_ERROR) { if (ngx_close_file(file->fd) == NGX_FILE_ERROR) {
ngx_log_error(NGX_LOG_ALERT, pool->log, ngx_errno, ngx_log_error(NGX_LOG_ALERT, pool->log, ngx_errno,
ngx_close_file_n " \"%s\" failed", ngx_close_file_n " \"%s\" failed",
file->name); file->name);
} }
} }
ngx_free(file->name); ngx_free(file->name);
ngx_free(file); ngx_free(file);