diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 16:12:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 16:12:24 -0400 |
commit | 30c4653780daa1c70946ed78c102eeab8adb2fe6 (patch) | |
tree | ccc17ab8204594388715e4b16a92cd6f9b2cdd2e /src/common | |
parent | eab75d2c36a4b6ee4bd634f7eff8fe6fa00b6c1c (diff) | |
download | tor-30c4653780daa1c70946ed78c102eeab8adb2fe6.tar tor-30c4653780daa1c70946ed78c102eeab8adb2fe6.tar.gz |
Whitespace fix
Diffstat (limited to 'src/common')
-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 544d16a21..6655ca87d 100644 --- a/src/common/compat_libevent.c +++ b/src/common/compat_libevent.c @@ -723,3 +723,4 @@ tor_gettimeofday_cache_clear(void) cached_time_hires.tv_sec = 0; } #endif + |