From 301d9283eec87ce9c8b3cecdbc726aa6583eefe9 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 23 Aug 2011 20:41:07 +0200 Subject: [PATCH] trailing whitespace --- src/win/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/tcp.c b/src/win/tcp.c index 61402ab3..81c3ab92 100644 --- a/src/win/tcp.c +++ b/src/win/tcp.c @@ -34,7 +34,7 @@ */ const unsigned int uv_active_tcp_streams_threshold = 0; -/* +/* * Number of simultaneous pending AcceptEx calls. */ const unsigned int uv_simultaneous_server_accepts = 32;