From 40d45d923b033363ff1304b47eac238dd4495a57 Mon Sep 17 00:00:00 2001 From: Avamander Date: Sun, 18 Apr 2021 20:28:14 +0300 Subject: Reformatted all the files according to clang-format style --- src/logging/Logger.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/logging/Logger.h') diff --git a/src/logging/Logger.h b/src/logging/Logger.h index 95d21dc4..093a9420 100644 --- a/src/logging/Logger.h +++ b/src/logging/Logger.h @@ -3,9 +3,9 @@ namespace Pinetime { namespace Logging { class Logger { - public: - virtual void Init() = 0; - virtual void Resume() = 0; + public: + virtual void Init() = 0; + virtual void Resume() = 0; }; } } \ No newline at end of file -- cgit v1.2.3