summaryrefslogtreecommitdiff
path: root/poll.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 /poll.c
parentc7cf6f004951615cf775431d4f47663a20f2db6e (diff)
downloadlibevent-2c2618d85861c1508f12787f2757459e02f9a002.tar.gz
more whitespace normalization
Diffstat (limited to 'poll.c')
-rw-r--r--poll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/poll.c b/poll.c
index 0a316d99..84e7944e 100644
--- a/poll.c
+++ b/poll.c
@@ -61,11 +61,11 @@ struct pollop {
struct pollfd *event_set_copy;
};
-static void *poll_init (struct event_base *);
+static void *poll_init(struct event_base *);
static int poll_add(struct event_base *, int, short old, short events, void *_idx);
static int poll_del(struct event_base *, int, short old, short events, void *_idx);
-static int poll_dispatch (struct event_base *, struct timeval *);
-static void poll_dealloc (struct event_base *);
+static int poll_dispatch(struct event_base *, struct timeval *);
+static void poll_dealloc(struct event_base *);
const struct eventop pollops = {
"poll",