Apply some Clang-Tidy fixes

This commit is contained in:
gamerforEA 2020-02-27 00:13:54 +04:00 committed by Ivan
parent c0fbf3091e
commit 93552a5958
34 changed files with 59 additions and 59 deletions

View file

@ -448,7 +448,7 @@ void log_frame::UpdateUI()
break;
}
if (buf.size() && m_TTYAct->isChecked())
if (!buf.empty() && m_TTYAct->isChecked())
{
std::stringstream buf_stream;
buf_stream.str(buf);