Loader: Fix indentation, whitespace, and a few other such cosmetic stuff.

This commit is contained in:
Emmanuel Gil Peyrot 2015-01-05 20:09:35 +00:00
parent 3ff5a80d46
commit bc2212106f
2 changed files with 24 additions and 26 deletions

View file

@ -149,7 +149,7 @@ ResultStatus AppLoader_NCCH::LoadSectionExeFS(const char* name, std::vector<u8>&
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...