changeset 31999:378af88c0db0

Reindent.
author reimar
date Wed, 08 Sep 2010 18:17:35 +0000
parents 28fb4ef194f9
children 8278ef02b2e5
files udp_sync.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/udp_sync.c	Wed Sep 08 18:16:07 2010 +0000
+++ b/udp_sync.c	Wed Sep 08 18:17:35 2010 +0000
@@ -108,10 +108,10 @@
         // flush out any further messages so we don't get behind
         if (chars_received == -1) {
 #if HAVE_WINSOCK2_H
-    sock_flags = 0;
-    ioctlsocket(sockfd, FIONBIO, &sock_flags);
+            sock_flags = 0;
+            ioctlsocket(sockfd, FIONBIO, &sock_flags);
 #else
-    fcntl(sockfd, F_SETFL, sock_flags | O_NONBLOCK);
+            fcntl(sockfd, F_SETFL, sock_flags | O_NONBLOCK);
 #endif
         }
         chars_received = n;