From bc2212106f755f85e55d039ffc783116b15e5df6 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 5 Jan 2015 20:09:35 +0000 Subject: Loader: Fix indentation, whitespace, and a few other such cosmetic stuff. --- src/core/loader/ncch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/loader/ncch.cpp') diff --git a/src/core/loader/ncch.cpp b/src/core/loader/ncch.cpp index 0dc21699..e246cebc 100644 --- a/src/core/loader/ncch.cpp +++ b/src/core/loader/ncch.cpp @@ -149,7 +149,7 @@ ResultStatus AppLoader_NCCH::LoadSectionExeFS(const char* name, std::vector& exefs_header.section[i].name); s64 section_offset = (exefs_header.section[i].offset + exefs_offset + - sizeof(ExeFs_Header)+ncch_offset); + sizeof(ExeFs_Header)+ncch_offset); file.Seek(section_offset, 0); // Section is compressed... -- cgit v1.2.3