]> git.sesse.net Git - stockfish/blobdiff - src/timeman.cpp
remove blank line between function and it's description
[stockfish] / src / timeman.cpp
index cf0e08ed7894f40feb72b83ce124309c84e918cd..7e77a4add053d6e656558c5d90e1893b517845f6 100644 (file)
@@ -29,11 +29,10 @@ namespace Stockfish {
 TimeManagement Time;  // Our global time management object
 
 
-// TimeManagement::init() is called at the beginning of the search and calculates
+// Called at the beginning of the search and calculates
 // the bounds of time allowed for the current game ply. We currently support:
 //      1) x basetime (+ z increment)
 //      2) x moves in y seconds (+ z increment)
-
 void TimeManagement::init(Search::LimitsType& limits, Color us, int ply) {
 
     // If we have no time, no need to initialize TM, except for the start time,