mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
formatting
This commit is contained in:
@@ -19,7 +19,8 @@ namespace spdlog { namespace sinks {
|
||||
/*
|
||||
* MSVC sink (logging using OutputDebugStringA)
|
||||
*/
|
||||
template<class Mutex> class msvc_sink : public base_sink<Mutex>
|
||||
template<class Mutex>
|
||||
class msvc_sink : public base_sink<Mutex>
|
||||
{
|
||||
public:
|
||||
explicit msvc_sink() {}
|
||||
|
Reference in New Issue
Block a user