summaryrefslogtreecommitdiff
path: root/epoll.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 /epoll.c
parentc7cf6f004951615cf775431d4f47663a20f2db6e (diff)
downloadlibevent-2c2618d85861c1508f12787f2757459e02f9a002.tar.gz
more whitespace normalization
Diffstat (limited to 'epoll.c')
-rw-r--r--epoll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epoll.c b/epoll.c
index f8adeb5b..53c1f09a 100644
--- a/epoll.c
+++ b/epoll.c
@@ -58,9 +58,9 @@ struct epollop {
int epfd;
};
-static void *epoll_init (struct event_base *);
-static int epoll_dispatch (struct event_base *, struct timeval *);
-static void epoll_dealloc (struct event_base *);
+static void *epoll_init(struct event_base *);
+static int epoll_dispatch(struct event_base *, struct timeval *);
+static void epoll_dealloc(struct event_base *);
const struct eventop epollops = {
"epoll",