aboutsummaryrefslogtreecommitdiff
path: root/src/common/timers.h
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-07-29 05:05:12 +0000
committerAndrea Shepard <andrea@torproject.org>2016-07-29 05:05:12 +0000
commit1995328a3d0c98f5a8856f532b20099970afecc2 (patch)
tree9def2da5c649fca44a5339fa524c56686af26b77 /src/common/timers.h
parentdffc6910b11d88544a93c3e3e80c1155f998f561 (diff)
downloadtor-1995328a3d0c98f5a8856f532b20099970afecc2.tar.gz
tor-1995328a3d0c98f5a8856f532b20099970afecc2.zip
Keep make check-spaces happy
Diffstat (limited to 'src/common/timers.h')
-rw-r--r--src/common/timers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/timers.h b/src/common/timers.h
index 2c36af172d..5f918f8e15 100644
--- a/src/common/timers.h
+++ b/src/common/timers.h
@@ -9,7 +9,8 @@
struct monotime_t;
typedef struct timeout tor_timer_t;
-typedef void (*timer_cb_fn_t)(tor_timer_t *, void *, const struct monotime_t *);
+typedef void (*timer_cb_fn_t)(tor_timer_t *, void *,
+ const struct monotime_t *);
tor_timer_t *timer_new(timer_cb_fn_t cb, void *arg);
void timer_set_cb(tor_timer_t *t, timer_cb_fn_t cb, void *arg);
void timer_schedule(tor_timer_t *t, const struct timeval *delay);