mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +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
|
|
@ -861,7 +861,7 @@ fs::file DecryptEDAT(const fs::file& input, const std::string& input_file_name,
|
|||
}
|
||||
|
||||
// Read the RAP file, if provided.
|
||||
if (rap_file_name.size())
|
||||
if (!rap_file_name.empty())
|
||||
{
|
||||
fs::file rap(rap_file_name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue