From b2d01245fc85059b5aeb92863b5f3af7dd7f20c6 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 4 Nov 2019 20:09:01 +0200 Subject: [PATCH] [#886, !508] removed spaces --- src/lib/util/tests/thread_resource_unittest.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/util/tests/thread_resource_unittest.cc b/src/lib/util/tests/thread_resource_unittest.cc index 09a35d8052..4977ced90e 100644 --- a/src/lib/util/tests/thread_resource_unittest.cc +++ b/src/lib/util/tests/thread_resource_unittest.cc @@ -155,7 +155,6 @@ public: cv_.wait(lck, [&]{ return (waitThread() == false); }); } - /// @brief function used by main thread to unblock processing threads void signalThreads() { lock_guard lk(wait_mutex_); -- 2.47.2