mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Cleaned up source code.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user