Fix white space breakage

No functional change with faked split.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-06-02 11:25:02 +01:00
parent c6ba14b7c9
commit 2572055c87
2 changed files with 4 additions and 4 deletions

View File

@@ -1668,7 +1668,7 @@ bool Position::is_draw() const {
assert(st->ply >= st->rule50);
// Draw by repetition?
// Draw by repetition?
for (int i = 4, e = Min(st->rule50, st->pliesFromNull); i <= e; i += 2)
if (history[st->ply - i] == st->key)
return true;