Skip to content

Commit

Permalink
remove extra line.
Browse files Browse the repository at this point in the history
  • Loading branch information
protonspring authored and snicolet committed Dec 9, 2018
1 parent a8e903c commit 4e2e475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bitboard.h
Expand Up @@ -136,7 +136,6 @@ constexpr bool more_than_one(Bitboard b) {
}

inline bool opposite_colors(Square s1, Square s2) {

return bool(DarkSquares & s1) != bool(DarkSquares & s2);
}

Expand Down

0 comments on commit 4e2e475

Please sign in to comment.