From b0fcbefb5da7b6920988afe9e0d1fc648248c591 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 8 Jan 2008 11:33:14 +0000 Subject: style fix: remove trailing space --- src/http/modules/ngx_http_dav_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') 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; } -- cgit