mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 17:05:08 +00:00
Apply some Clang-Tidy fixes
This commit is contained in:
parent
c0fbf3091e
commit
93552a5958
34 changed files with 59 additions and 59 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue