From: Niels Provos Date: Wed, 9 Apr 2003 18:11:31 +0000 (+0000) Subject: proper indent X-Git-Tag: release-1.1b~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eb31e5307cab71aa5ede2f835b3e388061c0457;p=libevent proper indent svn:r62 --- diff --git a/kqueue.c b/kqueue.c index a61a6057..0bf5e9cc 100644 --- a/kqueue.c +++ b/kqueue.c @@ -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) {