mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 13:55:03 -06:00
Style nits
This commit is contained in:
parent
a1688e342c
commit
3cbb0262c9
@ -1542,7 +1542,8 @@ fs::file SELFDecrypter::MakeElf(bool isElf32)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
for (unsigned int i = 0; i < phdr32_arr.size(); i++)
|
for (unsigned int i = 0; i < phdr32_arr.size(); i++)
|
||||||
{
|
{
|
||||||
// Decompress if necessary.
|
// Decompress if necessary.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user