Skip to content

Commit 70357ce

Browse files
committed
clang-format
1 parent cfe7cac commit 70357ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spdlog/sinks/wincolor_sink-inl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ void SPDLOG_INLINE wincolor_sink<ConsoleMutex>::print_range_(const memory_buf_t
140140
template<typename ConsoleMutex>
141141
void SPDLOG_INLINE wincolor_sink<ConsoleMutex>::write_to_file_(const memory_buf_t &formatted)
142142
{
143-
if(out_handle_ == nullptr) // no console and no file redirect
143+
if (out_handle_ == nullptr) // no console and no file redirect
144144
{
145145
return;
146146
}

0 commit comments

Comments
 (0)