Optimize updateFastFaceRow processing by removing some TileSpec copy (#5678)
[oweals/minetest.git] / src / gettime.h
index a93eee38753aa0f394f1ba07ff42587de525398f..4d5a02e1e253cfff34e0e7f5726f7959b6553055 100644 (file)
@@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <time.h>
 #include <string>
 
-
 enum TimePrecision
 {
        PRECISION_SECONDS,
@@ -33,7 +32,6 @@ enum TimePrecision
        PRECISION_NANO
 };
 
-
 inline std::string getTimestamp()
 {
        time_t t = time(NULL);