# HG changeset patch # User Igor Sysoev # Date 1199791994 0 # Node ID aa343f669f11d52c6abcd7bde109b3d5d39648b1 # Parent 86464f8eddd6f7709693d1c48e893b77c40248c7 style fix: remove trailing space diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -599,7 +599,7 @@ destination_done: { ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "both URI \"%V\" and \"Destination\" URI \"%V\" " - "should be either collections or non-collections", + "should be either collections or non-collections", &r->uri, &dest->value); return NGX_HTTP_CONFLICT; }