Cygwin: fix whitespaces in socket code

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2018-02-21 21:43:44 +01:00
parent 859d215b7e
commit 8906a4d335
3 changed files with 7 additions and 7 deletions

View File

@@ -1310,7 +1310,7 @@ fhandler_socket_local::read (void *in_ptr, size_t& len)
WSABUF wsabuf = { len, ptr };
WSAMSG wsamsg = { NULL, 0, &wsabuf, 1, { 0, NULL }, 0 };
#endif
len = recv_internal (&wsamsg, false);
}