]> git.sesse.net Git - stockfish/blobdiff - src/pawns.h
Sync material.h with pawns.h
[stockfish] / src / pawns.h
index cc3e5e6689163ebd41132ca4130abded8803ec17..fbf6df126d995f7f73bde6d1bec5244826bdfaa1 100644 (file)
@@ -32,6 +32,7 @@ const int PawnTableSize = 16384;
 /// to add further information in the future. A lookup to the pawn hash table
 /// (performed by calling the get_pawn_info method in a PawnInfoTable object)
 /// returns a pointer to a PawnInfo object.
 /// to add further information in the future. A lookup to the pawn hash table
 /// (performed by calling the get_pawn_info method in a PawnInfoTable object)
 /// returns a pointer to a PawnInfo object.
+
 class PawnInfo {
 
   friend class PawnInfoTable;
 class PawnInfo {
 
   friend class PawnInfoTable;