proper indent

svn:r62
This commit is contained in:
Niels Provos 2003-04-09 18:11:31 +00:00
parent 7e4e52045e
commit 9eb31e5307

View File

@ -202,7 +202,7 @@ kq_dispatch(void *arg, struct timeval *tv)
TIMEVAL_TO_TIMESPEC(tv, &ts);
res = kevent(kqop->kq, changes, kqop->nchanges,
events, kqop->nevents, &ts);
events, kqop->nevents, &ts);
kqop->nchanges = 0;
if (res == -1) {
if (errno != EINTR) {