diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-25 13:24:31 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:56:25 +0200 |
commit | 90d3260b4ab39e1c9041e3a55a2f175f9bbaba21 (patch) | |
tree | 412592d83d368bd55b5ed971a1c0fd782713558c /src/common/compat_libevent.c | |
parent | 856a36c43439da3478892758c0df777ac647d245 (diff) | |
download | tor-90d3260b4ab39e1c9041e3a55a2f175f9bbaba21.tar.gz tor-90d3260b4ab39e1c9041e3a55a2f175f9bbaba21.zip |
whitespace fix
Diffstat (limited to 'src/common/compat_libevent.c')
-rw-r--r-- | src/common/compat_libevent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c index 140b6552d1..250fa2bdb7 100644 --- a/src/common/compat_libevent.c +++ b/src/common/compat_libevent.c @@ -550,3 +550,4 @@ periodic_timer_free(periodic_timer_t *timer) tor_event_free(timer->ev); tor_free(timer); } + |