clang-format

This commit is contained in:
gabime 2019-10-06 00:31:38 +03:00
parent cfe7cac1c4
commit 70357ceff2
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ void SPDLOG_INLINE wincolor_sink<ConsoleMutex>::print_range_(const memory_buf_t
template<typename ConsoleMutex>
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;
}