]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Update list of authors
[stockfish] / src / evaluate.cpp
index 4a4ae2ad982b430d941dbcaca85af66a0eb0bf12..c1f2bd0c22d8906eaade073303836d66cef366cf 100644 (file)
@@ -758,7 +758,7 @@ namespace {
     int outflanking =  distance<File>(pos.square<KING>(WHITE), pos.square<KING>(BLACK))
                      - distance<Rank>(pos.square<KING>(WHITE), pos.square<KING>(BLACK));
 
-    bool pawnsOnBothFlanks =   (pos.pieces(PAWN) & QueenSide)          
+    bool pawnsOnBothFlanks =   (pos.pieces(PAWN) & QueenSide)
                             && (pos.pieces(PAWN) & KingSide);
 
     // Compute the initiative bonus for the attacking side