clang-format

modified:   linker.cpp
This commit is contained in:
John Reiser
2023-01-09 09:33:34 -08:00
committed by Markus F.X.J. Oberhumer
parent 425b1b44bc
commit 5f3ebc8a7f
+1 -2
View File
@@ -585,8 +585,7 @@ void ElfLinkerAMD64::relocate1(const Relocation *rel, upx_byte *location, upx_ui
type += 2; type += 2;
value -= rel->section->offset + rel->offset; value -= rel->section->offset + rel->offset;
range_check = true; range_check = true;
} } else if (strncmp(type, "PLT", 3) == 0) {
else if (strncmp(type, "PLT", 3) == 0) {
type += 3; type += 3;
value -= rel->section->offset + rel->offset; value -= rel->section->offset + rel->offset;
range_check = true; range_check = true;