Merge pull request #117 from jroweboy/clang-format

Clang format as a build target
This commit is contained in:
bunnei
2018-01-20 19:12:21 -05:00
committed by GitHub
78 changed files with 275 additions and 122 deletions

View File

@ -323,8 +323,9 @@ SharedPtr<CodeSet> ElfReader::LoadInto(u32 vaddr) {
}
if (codeset_segment->size != 0) {
LOG_ERROR(Loader, "ELF has more than one segment of the same type. Skipping extra "
"segment (id %i)",
LOG_ERROR(Loader,
"ELF has more than one segment of the same type. Skipping extra "
"segment (id %i)",
i);
continue;
}