Break long lines more tastefully
This commit is contained in:
parent
373651359e
commit
7465574195
28 changed files with 69 additions and 92 deletions
|
@ -183,7 +183,8 @@ sysdep_stdin_init(void)
|
|||
* which individual events are active.
|
||||
*/
|
||||
static int
|
||||
w32_select(int nfds, fd_set *rdfd, fd_set *wrfd, fd_set *errfd, struct timeval* time)
|
||||
w32_select(int nfds, fd_set *rdfd, fd_set *wrfd, fd_set *errfd,
|
||||
struct timeval *time)
|
||||
{
|
||||
HANDLE handles[3];
|
||||
SOCKET sock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue