]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Enable compilation on older Windows systems
[stockfish] / src / search.cpp
index 807d261472fc091b96f7aaf71ec46c784a1f810a..6e41f48de303cc89248a4d6472b3d21586315919 100644 (file)
@@ -1063,7 +1063,7 @@ moves_loop: // When in check, search starts here
                   && history < -3000 * depth + 3000)
                   continue;
 
-              history += thisThread->mainHistory[us][from_to(move)];                  
+              history += thisThread->mainHistory[us][from_to(move)];
 
               // Futility pruning: parent node (~5 Elo)
               if (   !ss->inCheck