untabify Makefile, cosmetic change in pos_set_checkers_pinners_blockers()

This commit is contained in:
2024-04-10 17:12:20 +02:00
parent 374116b1e7
commit 926dfa0765
2 changed files with 11 additions and 13 deletions

View File

@@ -251,10 +251,8 @@ void pos_set_checkers_pinners_blockers(pos_t *pos)
}
}
/* pawns */
/* pawns & knights */
checkers |= bb_pawn_attacks[us][king] & pos->bb[them][PAWN];
/* knight */
checkers |= bb_knight[king] & pos->bb[them][KNIGHT];
pos->checkers = checkers;