From 15f3b0fea5d598ca9e848510bb3db98d9d2c173a Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 10 Jun 2018 23:03:55 +0300 Subject: [PATCH] format --- include/spdlog/formatter.h | 2 +- include/spdlog/sinks/base_sink.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/spdlog/formatter.h b/include/spdlog/formatter.h index 937625f2..8641491d 100644 --- a/include/spdlog/formatter.h +++ b/include/spdlog/formatter.h @@ -33,7 +33,7 @@ public: void format(details::log_msg &msg) override; private: - const std::string eol_; + const std::string eol_; const pattern_time_type pattern_time_; std::vector> formatters_; std::tm get_time(details::log_msg &msg); diff --git a/include/spdlog/sinks/base_sink.h b/include/spdlog/sinks/base_sink.h index 92ac73e9..4d1874ad 100644 --- a/include/spdlog/sinks/base_sink.h +++ b/include/spdlog/sinks/base_sink.h @@ -30,7 +30,6 @@ public: { std::lock_guard lock(mutex_); sink_it_(msg); - } void flush() SPDLOG_FINAL override