]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Wed, 11 Jul 2007 13:06:54 +0000 (13:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 11 Jul 2007 13:06:54 +0000 (13:06 +0000)
src/http/modules/ngx_http_dav_module.c

index 9fab59bf7b1b94ffbe232141ff0f70e593ee0aa0..5539f61952f2efb3e6f30942b3a76f4099dd415b 100644 (file)
@@ -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;