mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
style fix
This commit is contained in:
parent
8820a9bcb3
commit
8be5d8025a
@ -215,8 +215,7 @@ ngx_win32_rename_file(ngx_str_t *from, ngx_str_t *to, ngx_pool_t *pool)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (DeleteFile((const char *) name) == 0) {
|
if (DeleteFile((const char *) name) == 0) {
|
||||||
ngx_log_error(NGX_LOG_ERR, pool->log, ngx_errno,
|
ngx_log_error(NGX_LOG_ERR, pool->log, ngx_errno, "DeleteFile() failed");
|
||||||
"DeleteFile() failed");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rc == NGX_ERROR) {
|
if (rc == NGX_ERROR) {
|
||||||
|
Loading…
Reference in New Issue
Block a user