Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2018-06-10 23:03:55 +0300
committergabime <gmelman1@gmail.com>2018-06-10 23:03:55 +0300
commit15f3b0fea5d598ca9e848510bb3db98d9d2c173a (patch)
tree9f0dd9f138e9f169cad001108058eadabe21bbcc /include/spdlog/formatter.h
parent28ef15d66971c605f4accb8018d0fa6233149658 (diff)
format
Diffstat (limited to 'include/spdlog/formatter.h')
-rw-r--r--include/spdlog/formatter.h2
1 files changed, 1 insertions, 1 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<std::unique_ptr<details::flag_formatter>> formatters_;
std::tm get_time(details::log_msg &msg);