]> git.sesse.net Git - stockfish/commit
scan_for_easy_move: we don't need a loop here
authorMarco Costalba <mcostalba@gmail.com>
Wed, 3 Sep 2008 21:33:49 +0000 (23:33 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 3 Sep 2008 21:33:49 +0000 (23:33 +0200)
commitbd3fd6501baf11494e3919156f058980e20e9995
treed4cdef3f8e50c93e2050424fef66aabd785e8830
parent9ec12da028948744317db3feaf11e90441e7fe9c
scan_for_easy_move: we don't need a loop here

Moves are already sorted, so just consider the best
and the second one.

Some trailing whitespace remove noise crept in due
to my editor removes it before to save.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp