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

@@ -15,7 +15,8 @@
#include <mutex>
#include <string>
namespace spdlog { namespace sinks {
namespace spdlog {
namespace sinks {
/*
* MSVC sink (logging using OutputDebugStringA)
*/
@@ -37,6 +38,7 @@ protected:
using msvc_sink_mt = msvc_sink<std::mutex>;
using msvc_sink_st = msvc_sink<details::null_mutex>;
}} // namespace spdlog::sinks
} // namespace sinks
} // namespace spdlog
#endif