Style nits

This commit is contained in:
Francisco José García García 2018-01-14 18:17:46 +01:00 committed by GitHub
parent a1688e342c
commit 3cbb0262c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}