]> granicus.if.org Git - libevent/commitdiff
proper indent
authorNiels Provos <provos@gmail.com>
Wed, 9 Apr 2003 18:11:31 +0000 (18:11 +0000)
committerNiels Provos <provos@gmail.com>
Wed, 9 Apr 2003 18:11:31 +0000 (18:11 +0000)
svn:r62

kqueue.c

index a61a6057bb62db5468db89683c38eac9f780bc5a..0bf5e9ccddab7cb44556d24e28e9b79582ae2962 100644 (file)
--- 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) {