]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Use less reduction for escaping moves
[stockfish] / src / thread.cpp
index c834fa9f9dff0bd1ce23bd2f72f3c20c5c1ece01..288588b0ee84cd805f0bc4e52868c91e21a81731 100644 (file)
@@ -61,7 +61,7 @@ void Thread::clear() {
   mainHistory.fill(0);
   captureHistory.fill(0);
   previousDepth = 0;
-  
+
   for (bool inCheck : { false, true })
       for (StatsType c : { NoCaptures, Captures })
       {