mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 20:57:10 +00:00
Update clang-format to v20
closes https://github.com/official-stockfish/Stockfish/pull/6085 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
c13c1d2c30
commit
2662d6bf35
+1
-1
@@ -164,7 +164,7 @@ class ThreadPool {
|
||||
std::vector<std::unique_ptr<Thread>> threads;
|
||||
std::vector<NumaIndex> boundThreadToNumaNode;
|
||||
|
||||
uint64_t accumulate(std::atomic<uint64_t> Search::Worker::*member) const {
|
||||
uint64_t accumulate(std::atomic<uint64_t> Search::Worker::* member) const {
|
||||
|
||||
uint64_t sum = 0;
|
||||
for (auto&& th : threads)
|
||||
|
||||
Reference in New Issue
Block a user