Commit 887a104d authored by gabime's avatar gabime

Fixed clang-tidy warning

parent 1808e3c4
...@@ -32,8 +32,10 @@ protected: ...@@ -32,8 +32,10 @@ protected:
sink::formatter_->format(msg, formatted); sink::formatter_->format(msg, formatted);
ostream_.write(formatted.data(), static_cast<std::streamsize>(formatted.size())); ostream_.write(formatted.data(), static_cast<std::streamsize>(formatted.size()));
if (force_flush_) if (force_flush_)
{
ostream_.flush(); ostream_.flush();
} }
}
void flush_() override void flush_() override
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment