Fix Lint broken by b662a4577d692329b9ca83525e6039f2ddcd1ac1
authorLoic Blot <loic.blot@unix-experience.fr>
Sat, 29 Apr 2017 07:47:22 +0000 (09:47 +0200)
committerLoic Blot <loic.blot@unix-experience.fr>
Sat, 29 Apr 2017 07:47:22 +0000 (09:47 +0200)
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);