Avoid a compilation warning. clang-format files.

This commit is contained in:
Markus F.X.J. Oberhumer
2017-05-27 12:30:02 +02:00
parent 6e541a432f
commit 4c74d16795
4 changed files with 12 additions and 13 deletions
+1 -2
View File
@@ -641,8 +641,7 @@ void ElfLinkerArmLE::relocate1(const Relocation *rel, upx_byte *location, upx_ui
}
void ElfLinkerArm64LE::relocate1(const Relocation *rel, upx_byte *location, upx_uint64_t value,
const char *type)
{
const char *type) {
if (strncmp(type, "R_AARCH64_", 10))
return super::relocate1(rel, location, value, type);
type += 10;