Skip to content

Commit

Permalink
removing whitespacd
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlKfoury authored Aug 31, 2024
1 parent b82d180 commit d298c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syzygy/syzygy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ class SyzygyTablebaseImpl {
}
idx = type != DTM ? encode_pawn_f(p, ei, be) : encode_pawn_r(p, ei, be);
}

uint8_t* w = decompress_pairs(ei->precomp, idx);

if (type == WDL) return static_cast<int>(w[0]) - 2;
Expand Down

0 comments on commit d298c04

Please sign in to comment.