We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe7cac commit 70357ceCopy full SHA for 70357ce
include/spdlog/sinks/wincolor_sink-inl.h
@@ -140,7 +140,7 @@ void SPDLOG_INLINE wincolor_sink<ConsoleMutex>::print_range_(const memory_buf_t
140
template<typename ConsoleMutex>
141
void SPDLOG_INLINE wincolor_sink<ConsoleMutex>::write_to_file_(const memory_buf_t &formatted)
142
{
143
- if(out_handle_ == nullptr) // no console and no file redirect
+ if (out_handle_ == nullptr) // no console and no file redirect
144
145
return;
146
}
0 commit comments