From: Igor Sysoev Date: Tue, 8 Jan 2008 11:33:14 +0000 (+0000) Subject: style fix: remove trailing space X-Git-Tag: release-0.6.25~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b0fcbefb5da7b6920988afe9e0d1fc648248c591;p=nginx.git 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 index 7c3cb9e2c..09dac0ef4 100644 --- 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; }