diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2015-08-20 20:28:47 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-21 10:36:53 -0400 |
commit | 5cf24ff3af046391dcaf1df636e3bd5d7d17573d (patch) | |
tree | a54bcf47ef71710a223ec795d1b1e6002433affc /src/test/test_workqueue.c | |
parent | 38601f06b756161b7bfa1414e7a1968450609198 (diff) | |
download | tor-5cf24ff3af046391dcaf1df636e3bd5d7d17573d.tar.gz tor-5cf24ff3af046391dcaf1df636e3bd5d7d17573d.zip |
Fix a bunch of check-spaces complaints
Diffstat (limited to 'src/test/test_workqueue.c')
-rw-r--r-- | src/test/test_workqueue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_workqueue.c b/src/test/test_workqueue.c index b6a10bb33f..0d79733cf0 100644 --- a/src/test/test_workqueue.c +++ b/src/test/test_workqueue.c @@ -306,7 +306,8 @@ replysock_readable_cb(tor_socket_t sock, short what, void *arg) threadpool_queue_update(tp, NULL, workqueue_do_shutdown, NULL, NULL); // Anything we add after starting the shutdown must not be executed. - threadpool_queue_work(tp, workqueue_shutdown_error, handle_reply_shutdown, NULL); + threadpool_queue_work(tp, workqueue_shutdown_error, + handle_reply_shutdown, NULL); { struct timeval limit = { 2, 0 }; tor_event_base_loopexit(tor_libevent_get_base(), &limit); |