]> git.sesse.net Git - stockfish/blobdiff - src/move.h
Change move_is_ok() and square_is_ok() in something useful
[stockfish] / src / move.h
index c4ed9dd81bcaf0e3cb5e1968fa5b4f3053307d9a..d06e381a761c819a6b93c88f9093e532a73b7534 100644 (file)
@@ -207,5 +207,4 @@ extern Move move_from_uci(const Position& pos, const std::string &str);
 extern const std::string move_to_uci(Move m, bool chess960);
 extern bool move_is_ok(Move m);
 
-
 #endif // !defined(MOVE_H_INCLUDED)