mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Whitespace.
This commit is contained in:
parent
d6dc09d9f9
commit
50341d0972
1 changed files with 3 additions and 3 deletions
|
@ -365,7 +365,7 @@ UDP_CheckNewConnections (void)
|
|||
}
|
||||
|
||||
int
|
||||
UDP_Read (int socket, byte * buf, int len, struct qsockaddr *addr)
|
||||
UDP_Read (int socket, byte *buf, int len, struct qsockaddr *addr)
|
||||
{
|
||||
socklen_t addrlen = sizeof (struct qsockaddr);
|
||||
int ret;
|
||||
|
@ -391,7 +391,7 @@ UDP_MakeSocketBroadcastCapable (int socket)
|
|||
}
|
||||
|
||||
int
|
||||
UDP_Broadcast (int socket, byte * buf, int len)
|
||||
UDP_Broadcast (int socket, byte *buf, int len)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
@ -409,7 +409,7 @@ UDP_Broadcast (int socket, byte * buf, int len)
|
|||
}
|
||||
|
||||
int
|
||||
UDP_Write (int socket, byte * buf, int len, struct qsockaddr *addr)
|
||||
UDP_Write (int socket, byte *buf, int len, struct qsockaddr *addr)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
Loading…
Reference in a new issue