mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Small reformat of split()
No functional chhange. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -167,7 +167,7 @@ public:
|
||||
private:
|
||||
std::vector<Thread*> threads;
|
||||
TimerThread* timer;
|
||||
int maxThreadsPerSplitPoint;
|
||||
size_t maxThreadsPerSplitPoint;
|
||||
};
|
||||
|
||||
extern ThreadPool Threads;
|
||||
|
||||
Reference in New Issue
Block a user