]> git.sesse.net Git - stockfish/blobdiff - src/book.h
Rename check related functions
[stockfish] / src / book.h
index 55d212a88634b03e00ebad286ad2f5a3aa868b4f..ed68210f8daf83fb14f832b6f0aa709001fe73b2 100644 (file)
@@ -68,5 +68,4 @@ private:
 template<int n> inline uint64_t Book::get_int() { return 256 * get_int<n-1>() + bookFile.get(); }
 template<> inline uint64_t Book::get_int<1>() { return bookFile.get(); }
 
-
 #endif // !defined(BOOK_H_INCLUDED)