diff --git a/rpcs3/Crypto/unself.cpp b/rpcs3/Crypto/unself.cpp index 3fd6541351..5e66f35bcd 100644 --- a/rpcs3/Crypto/unself.cpp +++ b/rpcs3/Crypto/unself.cpp @@ -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 get_default_self_klic() std::array key; std::copy(std::begin(NP_KLIC_FREE), std::end(NP_KLIC_FREE), std::begin(key)); return key; -} \ No newline at end of file +}