Cleaned up source code.

This commit is contained in:
nodchip
2020-08-10 08:52:34 +09:00
parent 7f1f08d094
commit 4f97d3446d
12 changed files with 22 additions and 41 deletions

View File

@@ -81,6 +81,7 @@ void test_cmd(Position& pos, istringstream& is)
#endif
namespace {
// position() is called when engine receives the "position" UCI command.
// The function sets up the position described in the given FEN string ("fen")
// or the starting position ("startpos") and then makes the moves given in the
@@ -462,4 +463,4 @@ Move UCI::to_move(const Position& pos, string& str) {
return m;
return MOVE_NONE;
}
}