diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-01-08 11:33:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-01-08 11:33:14 +0000 |
| commit | b0fcbefb5da7b6920988afe9e0d1fc648248c591 (patch) | |
| tree | 2835cb4b42ec87857a7d6d366afc5cea1e45ed32 | |
| parent | 0008ebe2a381574ded201e5527c1b0f73b6e2b7a (diff) | |
| download | nginx-b0fcbefb5da7b6920988afe9e0d1fc648248c591.tar.gz nginx-b0fcbefb5da7b6920988afe9e0d1fc648248c591.tar.bz2 | |
style fix: remove trailing space
| -rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
