X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=176806976bb4234105d25826a973097537984b4a;hp=5026ed761f02a96ba9b564b0ee15d814e879cef2;hb=201f924d5364e8151c41fa2840bacc8381450cc5;hpb=4e7a898d7ebf82462d895827580009902496854f diff --git a/src/position.cpp b/src/position.cpp index 5026ed76..17680697 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -641,10 +641,10 @@ bool Position::move_is_check(Move m, const CheckInfo& ci) const { } } - // En passant capture with check? We have already handled the case + // En passant capture with check ? We have already handled the case // of direct checks and ordinary discovered check, the only case we - // need to handle is the unusual case of a discovered check through the - // captured pawn. + // need to handle is the unusual case of a discovered check through + // the captured pawn. if (move_is_ep(m)) { Square capsq = make_square(square_file(to), square_rank(from));