summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-connection-fail.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-connection-fail.c')
-rw-r--r--deps/uv/test/test-connection-fail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/uv/test/test-connection-fail.c b/deps/uv/test/test-connection-fail.c
index 328bff46e7..8338cacdec 100644
--- a/deps/uv/test/test-connection-fail.c
+++ b/deps/uv/test/test-connection-fail.c
@@ -98,8 +98,8 @@ static void connection_fail(uv_connect_cb connect_cb) {
r = uv_tcp_init(uv_default_loop(), &tcp);
ASSERT(!r);
- /* We are never doing multiple reads/connects at a time anyway. */
- /* so these handles can be pre-initialized. */
+ /* We are never doing multiple reads/connects at a time anyway. so these
+ * handles can be pre-initialized. */
ASSERT(0 == uv_tcp_bind(&tcp, (const struct sockaddr*) &client_addr, 0));
r = uv_tcp_connect(&req,