formatting

This commit is contained in:
gabime
2018-03-17 12:47:46 +02:00
parent c739e68021
commit 56e4a201ec
23 changed files with 98 additions and 48 deletions

View File

@@ -12,7 +12,8 @@
#include <memory>
#include <mutex>
namespace spdlog { namespace sinks {
namespace spdlog {
namespace sinks {
template<class Mutex>
class stdout_sink SPDLOG_FINAL : public base_sink<Mutex>
@@ -74,4 +75,5 @@ protected:
using stderr_sink_mt = stderr_sink<std::mutex>;
using stderr_sink_st = stderr_sink<details::null_mutex>;
}} // namespace spdlog::sinks
} // namespace sinks
} // namespace spdlog