summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-01-26 15:07:02 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-01-26 15:07:02 +0000
commitf7d8ff028c63447e67efe87a5224419ca89bb715 (patch)
treeed05340188df8539d2e19ed48d396e12c5175ed8
parent44a326f3ab2aafea7a78df6ac75e9b4c014fe0e8 (diff)
Fix coding style so the tests can pass
-rw-r--r--tests/wocky-connector-test.c2
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 );