From f7d8ff028c63447e67efe87a5224419ca89bb715 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 26 Jan 2012 15:07:02 +0000 Subject: Fix coding style so the tests can pass --- tests/wocky-connector-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wocky-connector-test.c b/tests/wocky-connector-test.c index 624a551..efdab1c 100644 --- a/tests/wocky-connector-test.c +++ b/tests/wocky-connector-test.c @@ -3156,7 +3156,7 @@ client_connected (GIOChannel *channel, cproblem->xmpp |= XMPP_PROBLEM_NO_TLS; #ifdef G_OS_WIN32 - WSAEventSelect( csock, 0, 0); + WSAEventSelect (csock, 0, 0); ioctlsocket (csock, FIONBIO, &mode); #else flags = fcntl (csock, F_GETFL ); -- cgit v1.2.3