mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:32:59 +00:00
remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
This commit is contained in:
parent
1c29a40c45
commit
456be5d16b
385 changed files with 5481 additions and 5481 deletions
|
@ -133,7 +133,7 @@ SWrite(int sfd, const char *const buf0, size_t size, int tlen, int swopts)
|
|||
/* ready */
|
||||
break;
|
||||
} else if (result == 0) {
|
||||
/* timeout */
|
||||
/* timeout */
|
||||
nwrote = size - nleft;
|
||||
if (nwrote > 0)
|
||||
return (nwrote);
|
||||
|
@ -146,7 +146,7 @@ SWrite(int sfd, const char *const buf0, size_t size, int tlen, int swopts)
|
|||
}
|
||||
firstWrite = 0;
|
||||
}
|
||||
|
||||
|
||||
#if defined(WIN32) || defined(_WINDOWS)
|
||||
nwrote = send(sfd, buf, size, 0);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue