summaryrefslogtreecommitdiff
path: root/kqueue.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-03-05 13:00:15 -0500
committerNick Mathewson <nickm@torproject.org>2010-03-05 13:00:15 -0500
commit2c2618d85861c1508f12787f2757459e02f9a002 (patch)
treefd3fd3d192d5e6ff99cf12b175d14ce740023d7c /kqueue.c
parentc7cf6f004951615cf775431d4f47663a20f2db6e (diff)
downloadlibevent-2c2618d85861c1508f12787f2757459e02f9a002.tar.gz
more whitespace normalization
Diffstat (limited to 'kqueue.c')
-rw-r--r--kqueue.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/kqueue.c b/kqueue.c
index e09ae5aa..b8ffade5 100644
--- a/kqueue.c
+++ b/kqueue.c
@@ -76,11 +76,11 @@ struct kqop {
static void kqop_free(struct kqop *kqop);
-static void *kq_init (struct event_base *);
-static int kq_sig_add (struct event_base *, int, short, short, void *);
-static int kq_sig_del (struct event_base *, int, short, short, void *);
-static int kq_dispatch (struct event_base *, struct timeval *);
-static void kq_dealloc (struct event_base *);
+static void *kq_init(struct event_base *);
+static int kq_sig_add(struct event_base *, int, short, short, void *);
+static int kq_sig_del(struct event_base *, int, short, short, void *);
+static int kq_dispatch(struct event_base *, struct timeval *);
+static void kq_dealloc(struct event_base *);
const struct eventop kqops = {
"kqueue",