mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +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.
|
||||
|
@ -1874,4 +1875,4 @@ std::array<u8, 0x10> get_default_self_klic()
|
|||
std::array<u8, 0x10> key;
|
||||
std::copy(std::begin(NP_KLIC_FREE), std::end(NP_KLIC_FREE), std::begin(key));
|
||||
return key;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue