diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-28 00:52:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-14 11:19:35 -0500 |
commit | cc6529e9bb7d7e01a25b5632d6d6c2424c6fc2b4 (patch) | |
tree | 1ea4ebcc33f65cd4300e75a4d001093cf8c49e2f /src/common/compat_threads.h | |
parent | e5f8c772f4c468a20da8b9176c2b276ac76bbe78 (diff) | |
download | tor-cc6529e9bb7d7e01a25b5632d6d6c2424c6fc2b4.tar.gz tor-cc6529e9bb7d7e01a25b5632d6d6c2424c6fc2b4.zip |
Fix check-spaces
Diffstat (limited to 'src/common/compat_threads.h')
-rw-r--r-- | src/common/compat_threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat_threads.h b/src/common/compat_threads.h index a5db72d45f..acf3083f37 100644 --- a/src/common/compat_threads.h +++ b/src/common/compat_threads.h @@ -44,7 +44,6 @@ typedef struct tor_mutex_t { #endif } tor_mutex_t; - tor_mutex_t *tor_mutex_new(void); tor_mutex_t *tor_mutex_new_nonrecursive(void); void tor_mutex_init(tor_mutex_t *m); @@ -113,3 +112,4 @@ int alert_sockets_create(alert_sockets_t *socks_out, uint32_t flags); void alert_sockets_close(alert_sockets_t *socks); #endif + |