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

@@ -11,7 +11,8 @@
#include <mutex>
#include <ostream>
namespace spdlog { namespace sinks {
namespace spdlog {
namespace sinks {
template<class Mutex>
class ostream_sink : public base_sink<Mutex>
{
@@ -44,4 +45,5 @@ protected:
using ostream_sink_mt = ostream_sink<std::mutex>;
using ostream_sink_st = ostream_sink<details::null_mutex>;
}} // namespace spdlog::sinks
} // namespace sinks
} // namespace spdlog