changeset 1834:aa343f669f11

style fix: remove trailing space
author Igor Sysoev <igor@sysoev.ru>
date Tue, 08 Jan 2008 11:33:14 +0000
parents 86464f8eddd6
children 3b8607c05a8b
files src/http/modules/ngx_http_dav_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
     }