fix clang format

This commit is contained in:
zhupengfei 2020-02-10 07:41:31 +08:00
parent d9ae4c332d
commit b81c9bd738
No known key found for this signature in database
GPG Key ID: DD129E108BD09378
1 changed files with 2 additions and 2 deletions

View File

@ -261,8 +261,8 @@ ResultStatus AppLoader_NCCH::DumpRomFS(const std::string& target_path) {
ResultStatus AppLoader_NCCH::DumpUpdateRomFS(const std::string& target_path) {
u64 program_id;
ReadProgramId(program_id);
update_ncch.OpenFile(Service::AM::GetTitleContentPath(Service::FS::MediaType::SDMC,
program_id | UPDATE_MASK));
update_ncch.OpenFile(
Service::AM::GetTitleContentPath(Service::FS::MediaType::SDMC, program_id | UPDATE_MASK));
return update_ncch.DumpRomFS(target_path);
}