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
commit 557b2496d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}