mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
r1290, r1291 merge:
style fixes
This commit is contained in:
parent
192495e384
commit
df61157411
@ -239,9 +239,7 @@ ngx_http_dav_put_handler(ngx_http_request_t *r)
|
||||
|
||||
#if !(NGX_WIN32)
|
||||
|
||||
if (ngx_change_file_access(temp->data, dlcf->access)
|
||||
== NGX_FILE_ERROR)
|
||||
{
|
||||
if (ngx_change_file_access(temp->data, dlcf->access) == NGX_FILE_ERROR) {
|
||||
err = ngx_errno;
|
||||
not_found = NGX_HTTP_INTERNAL_SERVER_ERROR;
|
||||
failed = ngx_change_file_access_n;
|
||||
|
@ -88,6 +88,7 @@ ngx_http_read_client_request_body(ngx_http_request_t *r,
|
||||
}
|
||||
|
||||
post_handler(r);
|
||||
|
||||
return NGX_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user