style fix: remove trailing space

This commit is contained in:
Igor Sysoev 2008-01-08 11:33:14 +00:00
parent 0008ebe2a3
commit b0fcbefb5d

View 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;
}