From 2c2618d85861c1508f12787f2757459e02f9a002 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 5 Mar 2010 13:00:15 -0500 Subject: more whitespace normalization --- epoll.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epoll.c') 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", -- cgit v1.2.1