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-07-23 00:13:52 +0300
committergabime <gmelman1@gmail.com>2018-07-23 00:13:52 +0300
commit33329c80a9074a5cf8cb66cdd28e97518cd22060 (patch)
treec0542bf55d048998aab704822cdd4c0fac2c13bb /include/spdlog/formatter.h
parentfe732554529bd948e30aafce628a7cf9b83c33ba (diff)
code formatting
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 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<formatter> clone() const = 0;
+ virtual std::unique_ptr<formatter> clone() const = 0;
};
} // namespace spdlog