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

@@ -7,7 +7,8 @@
#include "../details/log_msg.h"
namespace spdlog { namespace sinks {
namespace spdlog {
namespace sinks {
class sink
{
public:
@@ -39,4 +40,5 @@ inline level::level_enum sink::level() const
return static_cast<spdlog::level::level_enum>(_level.load(std::memory_order_relaxed));
}
}} // namespace spdlog::sinks
} // namespace sinks
} // namespace spdlog