mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 22:10:12 -04:00
proper indent
svn:r62
This commit is contained in:
parent
7e4e52045e
commit
9eb31e5307
2
kqueue.c
2
kqueue.c
@ -202,7 +202,7 @@ kq_dispatch(void *arg, struct timeval *tv)
|
|||||||
TIMEVAL_TO_TIMESPEC(tv, &ts);
|
TIMEVAL_TO_TIMESPEC(tv, &ts);
|
||||||
|
|
||||||
res = kevent(kqop->kq, changes, kqop->nchanges,
|
res = kevent(kqop->kq, changes, kqop->nchanges,
|
||||||
events, kqop->nevents, &ts);
|
events, kqop->nevents, &ts);
|
||||||
kqop->nchanges = 0;
|
kqop->nchanges = 0;
|
||||||
if (res == -1) {
|
if (res == -1) {
|
||||||
if (errno != EINTR) {
|
if (errno != EINTR) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user