mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +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
|
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);
|
socklen_t addrlen = sizeof (struct qsockaddr);
|
||||||
int ret;
|
int ret;
|
||||||
|
@ -391,7 +391,7 @@ UDP_MakeSocketBroadcastCapable (int socket)
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
UDP_Broadcast (int socket, byte * buf, int len)
|
UDP_Broadcast (int socket, byte *buf, int len)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
@ -409,7 +409,7 @@ UDP_Broadcast (int socket, byte * buf, int len)
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
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;
|
int ret;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue