]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Use score instead of array to evaluate shelter
[stockfish] / src / search.cpp
index b4a69092ccedc1489c53ae7c064ec99b46e9e157..8993a4b05fbf3069c8f55e092cfa4d27ee6b8dc5 100644 (file)
@@ -1070,7 +1070,7 @@ moves_loop: // When in check, search starts from here
           Depth r = reduction(improving, depth, moveCount);
 
           // Reduction if other threads are searching this position.
-         if (th.marked())
+          if (th.marked())
               r += ONE_PLY;
 
           // Decrease reduction if position is or has been on the PV