From a21594bec79ff5d47e4dc58e7c3c99f28470b879 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 10 Jun 2018 22:59:17 +0300 Subject: move underscores to the end of private members --- include/spdlog/formatter.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/spdlog/formatter.h') diff --git a/include/spdlog/formatter.h b/include/spdlog/formatter.h index 3f4951d3..937625f2 100644 --- a/include/spdlog/formatter.h +++ b/include/spdlog/formatter.h @@ -33,10 +33,9 @@ public: void format(details::log_msg &msg) override; private: - const std::string _eol; - const std::string _pattern; - const pattern_time_type _pattern_time; - std::vector> _formatters; + const std::string eol_; + const pattern_time_type pattern_time_; + std::vector> formatters_; std::tm get_time(details::log_msg &msg); void handle_flag(char flag); void compile_pattern(const std::string &pattern); -- cgit v1.2.3