From 61118bdec2755650a0f013ac609e1e069bbfd9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 23 May 2021 17:51:00 +0200 Subject: [PATCH] test (rm cpplint cfg files) --- CPPLINT.cfg => eCPPLINT.cfg | 0 lib/wal/{CPPLINT.cfg => eeCPPLINT.cfg} | 0 lib/wal/sources/Wal.cpp | 4 +--- 3 files changed, 1 insertion(+), 3 deletions(-) rename CPPLINT.cfg => eCPPLINT.cfg (100%) rename lib/wal/{CPPLINT.cfg => eeCPPLINT.cfg} (100%) diff --git a/CPPLINT.cfg b/eCPPLINT.cfg similarity index 100% rename from CPPLINT.cfg rename to eCPPLINT.cfg diff --git a/lib/wal/CPPLINT.cfg b/lib/wal/eeCPPLINT.cfg similarity index 100% rename from lib/wal/CPPLINT.cfg rename to lib/wal/eeCPPLINT.cfg diff --git a/lib/wal/sources/Wal.cpp b/lib/wal/sources/Wal.cpp index abda5061..a3b73d17 100644 --- a/lib/wal/sources/Wal.cpp +++ b/lib/wal/sources/Wal.cpp @@ -6,11 +6,9 @@ #include #include "Wal.hpp" -using namespace std::chrono_literals; - namespace WAL { - std::chrono::nanoseconds Wal::timestep = 8ms; + std::chrono::nanoseconds Wal::timestep = std::chrono::milliseconds(8); void Wal::run() {