diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:36:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:36:32 -0500 |
commit | 663aba07e5de9c14725e83e0d9c9da0c85e4fc1e (patch) | |
tree | 4a594d5f2c7c691b172f422f44303500c6a08e8a /src/common/compat_libevent.c | |
parent | 22ccfc6b5f25f75795e5f9d554b18e717962de3e (diff) | |
download | tor-663aba07e5de9c14725e83e0d9c9da0c85e4fc1e.tar.gz tor-663aba07e5de9c14725e83e0d9c9da0c85e4fc1e.zip |
Fix whitespace errors, all of them mine.
Diffstat (limited to 'src/common/compat_libevent.c')
-rw-r--r-- | src/common/compat_libevent.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c index 61cbe91488..8525b4a721 100644 --- a/src/common/compat_libevent.c +++ b/src/common/compat_libevent.c @@ -626,7 +626,6 @@ tor_add_bufferevent_to_rate_limit_group(struct bufferevent *bev, } #endif - #if defined(LIBEVENT_VERSION_NUMBER) && LIBEVENT_VERSION_NUMBER >= V(2,1,1) \ && !defined(TOR_UNIT_TESTS) void |