]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#886, !508] removed spaces
authorRazvan Becheriu <razvan@isc.org>
Mon, 4 Nov 2019 18:09:01 +0000 (20:09 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 4 Nov 2019 18:09:01 +0000 (20:09 +0200)
src/lib/util/tests/thread_resource_unittest.cc

index 09a35d8052045550210eb7cd48c292a75c22078f..4977ced90e3ba05bdda22ef084345167a1d6a2a7 100644 (file)
@@ -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<mutex> lk(wait_mutex_);