]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Fix indentation in struct FromToStats
[stockfish] / src / search.cpp
index c09e23d687a19f34d4b74be3145805fd883bafb1..695cd7c1876cbeadae3a9f7f104f77a45c7b83a7 100644 (file)
@@ -29,6 +29,7 @@
 #include "misc.h"
 #include "movegen.h"
 #include "movepick.h"
+#include "position.h"
 #include "search.h"
 #include "timeman.h"
 #include "thread.h"
@@ -920,8 +921,8 @@ moves_loop: // When in check search starts from here
 
       // Step 13. Pruning at shallow depth
       if (  !rootNode
-         && !inCheck
-         &&  bestValue > VALUE_MATED_IN_MAX_PLY)
+          && !inCheck
+          &&  bestValue > VALUE_MATED_IN_MAX_PLY)
       {
           if (   !captureOrPromotion
               && !givesCheck