From cc6529e9bb7d7e01a25b5632d6d6c2424c6fc2b4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 28 Sep 2013 00:52:28 -0400 Subject: Fix check-spaces --- src/common/compat_winthreads.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/compat_winthreads.c') diff --git a/src/common/compat_winthreads.c b/src/common/compat_winthreads.c index 4820eb3481..71b994c4e4 100644 --- a/src/common/compat_winthreads.c +++ b/src/common/compat_winthreads.c @@ -33,7 +33,6 @@ spawn_func(void (*func)(void *), void *data) return 0; } - /** End the current thread/process. */ void @@ -46,7 +45,6 @@ spawn_exit(void) _exit(0); } - void tor_mutex_init(tor_mutex_t *m) { @@ -195,3 +193,4 @@ tor_threads_init(void) { set_main_thread(); } + -- cgit v1.2.3-54-g00ecf