]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove trailing space
authorIgor Sysoev <igor@sysoev.ru>
Tue, 8 Jan 2008 11:33:14 +0000 (11:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 8 Jan 2008 11:33:14 +0000 (11:33 +0000)
src/http/modules/ngx_http_dav_module.c

index 7c3cb9e2c84ef9e47e37f02bddde6bf18f54332f..09dac0ef465f63fe613f048283d29e6581d1d085 100644 (file)
@@ -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;
     }