mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-27 07:59:03 +08:00
clang-format
This commit is contained in:
parent
cfe7cac1c4
commit
70357ceff2
@ -140,7 +140,7 @@ void SPDLOG_INLINE wincolor_sink<ConsoleMutex>::print_range_(const memory_buf_t
|
|||||||
template<typename ConsoleMutex>
|
template<typename ConsoleMutex>
|
||||||
void SPDLOG_INLINE wincolor_sink<ConsoleMutex>::write_to_file_(const memory_buf_t &formatted)
|
void SPDLOG_INLINE wincolor_sink<ConsoleMutex>::write_to_file_(const memory_buf_t &formatted)
|
||||||
{
|
{
|
||||||
if(out_handle_ == nullptr) // no console and no file redirect
|
if (out_handle_ == nullptr) // no console and no file redirect
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user