mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +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)
|
bool Network::SendData(void *src, int sock, size_t sz)
|
||||||
{
|
{
|
||||||
size_t sent_sz = 0;
|
size_t sent_sz = 0;
|
||||||
|
|
||||||
while (sent_sz < sz)
|
while (sent_sz < sz)
|
||||||
{
|
{
|
||||||
int v = write(sock, (void*)src, sz);
|
int v = write(sock, (void*)src, sz);
|
||||||
|
Loading…
Reference in New Issue
Block a user