Eliminate excess whitespace.

This commit is contained in:
Christopher Faylor
2001-11-05 06:09:15 +00:00
parent a9ae96dde4
commit 9c510edc61
38 changed files with 181 additions and 182 deletions

View File

@@ -56,7 +56,7 @@ poll (struct pollfd *fds, unsigned int nfds, int timeout)
if (!cygheap->fdtab.not_open (fds[i].fd))
{
valid_fds = true;
fds[i].revents = 0;
fds[i].revents = 0;
FD_SET (fds[i].fd, open_fds);
if (fds[i].events & POLLIN)
FD_SET (fds[i].fd, read_fds);