From 3cbb0262c9940d48994b7c017f00ac8152d342e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Sun, 14 Jan 2018 18:17:46 +0100 Subject: [PATCH] Style nits --- rpcs3/Crypto/unself.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}