remove trailing whitespace at end of lines

svn path=/trunk/; revision=15091
This commit is contained in:
Steven Edwards 2005-05-07 21:24:31 +00:00
parent 1c29a40c45
commit 456be5d16b
385 changed files with 5481 additions and 5481 deletions

View file

@ -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