Fix a few minor code style inconsistencies

No functional change.
This commit is contained in:
DU-jdto
2018-03-21 01:26:12 +01:00
committed by Stéphane Nicolet
parent bd59560480
commit ed26d71354
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ namespace {
constexpr Color Them = (Us == WHITE ? BLACK : WHITE);
constexpr Bitboard OutpostRanks = (Us == WHITE ? Rank4BB | Rank5BB | Rank6BB
: Rank5BB | Rank4BB | Rank3BB);
: Rank5BB | Rank4BB | Rank3BB);
const Square* pl = pos.squares<Pt>(Us);
Bitboard b, bb;