]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Small cleanups
[stockfish] / src / position.h
index 8f8c8f7ab9c119171c95261e28f8128a1e99fe05..8cfa39201e4285208060e810a3e72b90e5c5409f 100644 (file)
@@ -56,6 +56,7 @@ struct StateInfo {
   int        repetition;
 };
 
+
 /// A list to keep track of the position states along the setup moves (from the
 /// start position to the position just before the search starts). Needed by
 /// 'draw by repetition' detection. Use a std::deque because pointers to