From 33329c80a9074a5cf8cb66cdd28e97518cd22060 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 23 Jul 2018 00:13:52 +0300 Subject: code formatting --- include/spdlog/formatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/spdlog/formatter.h') diff --git a/include/spdlog/formatter.h b/include/spdlog/formatter.h index afc6ee66..a7ef6b8b 100644 --- a/include/spdlog/formatter.h +++ b/include/spdlog/formatter.h @@ -15,6 +15,6 @@ class formatter public: virtual ~formatter() = default; virtual void format(const details::log_msg &msg, fmt::memory_buffer &dest) = 0; - virtual std::unique_ptr clone() const = 0; + virtual std::unique_ptr clone() const = 0; }; } // namespace spdlog -- cgit v1.2.3