1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

Whitespace error

This commit is contained in:
Bert Belder 2011-06-07 00:34:34 +02:00
parent acbd168069
commit 3d9b965aee

View File

@ -139,7 +139,7 @@ void timer_cb(uv_handle_t* handle, int status) {
* This test has a client which connects to the echo_server and immediately
* issues a shutdown. The echo-server, in response, will also shutdown their
* connection. We check, with a timer, that libuv is not automatically
* calling uv_close when the client receives the EOF from echo-server.
* calling uv_close when the client receives the EOF from echo-server.
*/
TEST_IMPL(shutdown_eof) {
int r;