comparison src/http/modules/ngx_http_dav_module.c @ 1834:aa343f669f11

style fix: remove trailing space
author Igor Sysoev <igor@sysoev.ru>
date Tue, 08 Jan 2008 11:33:14 +0000
parents bf8666beb499
children 524831ec3e69
comparison
equal deleted inserted replaced
1833:86464f8eddd6 1834:aa343f669f11
597 if ((r->uri.data[r->uri.len - 1] == '/' && *(last - 1) != '/') 597 if ((r->uri.data[r->uri.len - 1] == '/' && *(last - 1) != '/')
598 || (r->uri.data[r->uri.len - 1] != '/' && *(last - 1) == '/')) 598 || (r->uri.data[r->uri.len - 1] != '/' && *(last - 1) == '/'))
599 { 599 {
600 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, 600 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
601 "both URI \"%V\" and \"Destination\" URI \"%V\" " 601 "both URI \"%V\" and \"Destination\" URI \"%V\" "
602 "should be either collections or non-collections", 602 "should be either collections or non-collections",
603 &r->uri, &dest->value); 603 &r->uri, &dest->value);
604 return NGX_HTTP_CONFLICT; 604 return NGX_HTTP_CONFLICT;
605 } 605 }
606 606
607 depth = ngx_http_dav_depth(r, NGX_HTTP_DAV_INFINITY_DEPTH); 607 depth = ngx_http_dav_depth(r, NGX_HTTP_DAV_INFINITY_DEPTH);