From f7d8ff028c63447e67efe87a5224419ca89bb715 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 26 Jan 2012 15:07:02 +0000 Subject: [PATCH 1/2] Fix coding style so the tests can pass --- tests/wocky-connector-test.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 ); -- 1.7.8.3