diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-27 12:41:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-27 14:22:18 -0400 |
commit | b49cf6a77a75051bcc5a0ed62d89d04abe3eb880 (patch) | |
tree | cc3f2271e314619a176ed398e5259fbf1bfba2c4 /src/common/compat_libevent.c | |
parent | a16ed90ec8abc329aafe0b893a7533fff480d2ff (diff) | |
download | tor-b49cf6a77a75051bcc5a0ed62d89d04abe3eb880.tar.gz tor-b49cf6a77a75051bcc5a0ed62d89d04abe3eb880.zip |
Fix whitespace in bufferevents branch
Diffstat (limited to 'src/common/compat_libevent.c')
-rw-r--r-- | src/common/compat_libevent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c index ee8b5b561b..bbab06e8d4 100644 --- a/src/common/compat_libevent.c +++ b/src/common/compat_libevent.c @@ -558,9 +558,9 @@ static const struct timeval *one_tick = NULL; * implementation should be used. Only use this when the timer is supposed * to fire after 1 / TOR_LIBEVENT_TICKS_PER_SECOND seconds have passed. */ -const struct timeval *tor_libevent_get_one_tick_timeout(void) +const struct timeval * +tor_libevent_get_one_tick_timeout(void) { - if (PREDICT_UNLIKELY(one_tick == NULL)) { struct event_base *base = tor_libevent_get_base(); struct timeval tv; |