]> git.sesse.net Git - stockfish/blobdiff - src/timeman.h
remove blank line between function and it's description
[stockfish] / src / timeman.h
index 4b9b62bd2a911231cb48704e62ea27df3cc05ccb..6c56d506b3f1ce04e6080330f90338c63aae268c 100644 (file)
@@ -30,7 +30,6 @@ namespace Stockfish {
 
 // The TimeManagement class computes the optimal time to think depending on
 // the maximum available time, the game move number, and other parameters.
-
 class TimeManagement {
    public:
     void      init(Search::LimitsType& limits, Color us, int ply);