]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/sockets.h
Prevent implicit Widget construction
[xonotic/netradiant.git] / radiant / sockets.h
index 3bc2274d05727184a5518a0c7d1e6e681d28ecb9..434a3699899d17b5dbf4cd2c8b9c2485374cb1a4 100644 (file)
@@ -1,5 +1,5 @@
 
-#if !defined(INCLUDED_SOCKETS_H)
+#if !defined( INCLUDED_SOCKETS_H )
 #define INCLUDED_SOCKETS_H
 
 #include "l_net/l_net.h"
@@ -9,6 +9,6 @@
 // -1: error
 // 0: timeout
 // 1: ready
-int Net_Wait(socket_t *sock, long sec, long usec);
+int Net_Wait( socket_t *sock, long sec, long usec );
 
 #endif