From 9eb31e5307cab71aa5ede2f835b3e388061c0457 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Wed, 9 Apr 2003 18:11:31 +0000 Subject: [PATCH] proper indent svn:r62 --- kqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {