changeset 1818:ae7affa52ec0

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 03 Jan 2008 17:21:13 +0000
parents 4169e8194c97
children 0f907513dd3c
files src/http/modules/ngx_http_dav_module.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_dav_module.c	Thu Jan 03 12:33:54 2008 +0000
+++ b/src/http/modules/ngx_http_dav_module.c	Thu Jan 03 17:21:13 2008 +0000
@@ -588,7 +588,6 @@
                       "Destination URI \"%V\" is handled by "
                       "different repository than the source URI",
                       &dest->value);
-
         return NGX_HTTP_BAD_REQUEST;
     }
 
@@ -605,7 +604,6 @@
     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
                   "client sent invalid \"Destination\" header: \"%V\"",
                   &dest->value);
-
     return NGX_HTTP_BAD_REQUEST;
 
 destination_done:
@@ -637,7 +635,6 @@
         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
                       "client sent invalid \"Overwrite\" header: \"%V\"",
                       &over->value);
-
         return NGX_HTTP_BAD_REQUEST;
     }