mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-04 07:09:51 +00:00
Style nits
This commit is contained in:
parent
a1688e342c
commit
3cbb0262c9
1 changed files with 3 additions and 2 deletions
|
@ -1542,7 +1542,8 @@ fs::file SELFDecrypter::MakeElf(bool isElf32)
|
|||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
for (unsigned int i = 0; i < phdr32_arr.size(); i++)
|
||||
{
|
||||
// Decompress if necessary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue