summaryrefslogtreecommitdiffhomepage
path: root/src/rnet.h
diff options
context:
space:
mode:
authorRay <[email protected]>2019-10-17 17:18:03 +0200
committerRay <[email protected]>2019-10-17 17:18:03 +0200
commitb75511248dfa53b20ff915b7f4a2b1b4e31925b9 (patch)
tree88da79b296b60f2e573ecf4e691f93d45b4de2a4 /src/rnet.h
parente40c26dea56a8f6f3c6143eb8c7be05b363b335a (diff)
downloadraylib-b75511248dfa53b20ff915b7f4a2b1b4e31925b9.tar.gz
raylib-b75511248dfa53b20ff915b7f4a2b1b4e31925b9.zip
Remove trailing spaces
Diffstat (limited to 'src/rnet.h')
-rw-r--r--src/rnet.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rnet.h b/src/rnet.h
index 6dbcb925..6110bf84 100644
--- a/src/rnet.h
+++ b/src/rnet.h
@@ -95,10 +95,10 @@
// Platform type definitions
// From: https://github.com/DFHack/clsocket/blob/master/src/Host.h
//----------------------------------------------------------------------------------
-
+
#ifdef WIN32
typedef int socklen_t;
-#endif
+#endif
#ifndef RESULT_SUCCESS
# define RESULT_SUCCESS 0
@@ -171,7 +171,7 @@ typedef int socklen_t;
#define SOCKET_MAX_QUEUE_SIZE (16) // Maximum socket queue size
#define SOCKET_MAX_SOCK_OPTS (4) // Maximum socket options
#define SOCKET_MAX_UDPCHANNELS (32) // Maximum UDP channels
-#define SOCKET_MAX_UDPADDRESSES (4) // Maximum bound UDP addresses
+#define SOCKET_MAX_UDPADDRESSES (4) // Maximum bound UDP addresses
// Network address related defines
@@ -386,7 +386,7 @@ int AddSocket(SocketSet *set, Socket *sock);
int RemoveSocket(SocketSet *set, Socket *sock);
int CheckSockets(SocketSet *set, unsigned int timeout);
-// Packet API
+// Packet API
void PacketSend(Packet *packet);
void PacketReceive(Packet *packet);
void PacketWrite8(Packet *packet, uint16_t value);