mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Whitespace
This commit is contained in:
parent
e65ac515f7
commit
4e2de3ac50
@ -197,7 +197,7 @@ ssize_t Network::SendTo(void *src, int sock, size_t sz, struct sockaddr_in *to)
|
||||
bool Network::SendData(void *src, int sock, size_t sz)
|
||||
{
|
||||
size_t sent_sz = 0;
|
||||
|
||||
|
||||
while (sent_sz < sz)
|
||||
{
|
||||
int v = write(sock, (void*)src, sz);
|
||||
|
Loading…
Reference in New Issue
Block a user