diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-14 03:18:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-14 03:18:35 +0000 |
commit | 97dad670ead7383d27c9a284be09d37b6151b29e (patch) | |
tree | 742dc673e66270f931802b5023450233d2da2bb9 /src/common/compat.c | |
parent | fd150459b36128695e6ce74e4d99d7896fee5e38 (diff) | |
download | tor-97dad670ead7383d27c9a284be09d37b6151b29e.tar tor-97dad670ead7383d27c9a284be09d37b6151b29e.tar.gz |
Renormalize whitespace
svn:r3757
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 7667dd354..c3c3ca2a0 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -767,7 +767,6 @@ void tor_gettimeofday(struct timeval *timeval) { return; } - #if defined(TOR_IS_MULTITHREADED) && !defined(MS_WINDOWS) #define TIME_FNS_NEED_LOCKS #endif |