]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.cpp
remove blank line between function and it's description
[stockfish] / src / syzygy / tbprobe.cpp
index 31597f835a8264b9e9c1dda890a31b3f98c8199c..e23631575e6bb47d4810dcfd344cfb59182c6cc8 100644 (file)
@@ -1317,7 +1317,7 @@ WDLScore search(Position& pos, ProbeState* result) {
 }  // namespace
 
 
-// Tablebases::init() is called at startup and after every change to
+// Called at startup and after every change to
 // "SyzygyPath" UCI option to (re)create the various tables. It is not thread
 // safe, nor it needs to be.
 void Tablebases::init(const std::string& paths) {