From: Stephen Seo Date: Thu, 16 Jun 2022 04:39:26 +0000 (+0900) Subject: clang-format EC/ThreadPool.hpp X-Git-Tag: 1.0~13^2 X-Git-Url: https://git.seodisparate.com/stephenseo/static/search/searchdata.js?a=commitdiff_plain;h=033a455e3e1f7c76984ad6f3c4e2b947add819d6;p=EntityComponentMetaSystem clang-format EC/ThreadPool.hpp --- diff --git a/src/EC/ThreadPool.hpp b/src/EC/ThreadPool.hpp index 1faae45..b62daab 100644 --- a/src/EC/ThreadPool.hpp +++ b/src/EC/ThreadPool.hpp @@ -29,8 +29,8 @@ using ThreadStacksType = std::deque; using ThreadStacksMutexesT = std::deque; using ThreadCountersT = std::deque; using PtrsHoldT = std::deque; -using PointersT = - std::tuple; +using PointersT = std::tuple; } // namespace Internal /*! @@ -196,7 +196,8 @@ class ThreadPool { if (std::get<0>(pointers)) { do { { - std::lock_guard lock(*std::get<1>(pointers)); + std::lock_guard lock( + *std::get<1>(pointers)); if (std::get<0>(pointers)->empty()) { std::get<3>(pointers)->store(false); break;