summaryrefslogtreecommitdiff
path: root/evport.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 /evport.c
parentc7cf6f004951615cf775431d4f47663a20f2db6e (diff)
downloadlibevent-2c2618d85861c1508f12787f2757459e02f9a002.tar.gz
more whitespace normalization
Diffstat (limited to 'evport.c')
-rw-r--r--evport.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/evport.c b/evport.c
index 2a703774..226c6cc2 100644
--- a/evport.c
+++ b/evport.c
@@ -107,11 +107,11 @@ struct evport_data {
int ed_pending[EVENTS_PER_GETN]; /* fd's with pending events */
};
-static void* evport_init (struct event_base *);
+static void* evport_init(struct event_base *);
static int evport_add(struct event_base *, int fd, short old, short events, void *);
static int evport_del(struct event_base *, int fd, short old, short events, void *);
-static int evport_dispatch (struct event_base *, struct timeval *);
-static void evport_dealloc (struct event_base *);
+static int evport_dispatch(struct event_base *, struct timeval *);
+static void evport_dealloc(struct event_base *);
const struct eventop evportops = {
"evport",