Skip to content

Commit 66a0074

Browse files
committed
Format x86.rs
1 parent 7e1fef8 commit 66a0074

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

objdiff-core/src/arch/x86.rs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,14 @@ impl Arch for ArchX86 {
300300
},
301301
Architecture::X86_64 => match relocation.flags() {
302302
object::RelocationFlags::Coff {
303-
typ: pe::IMAGE_REL_AMD64_ADDR32NB
304-
| pe::IMAGE_REL_AMD64_REL32
305-
| pe::IMAGE_REL_AMD64_REL32_1
306-
| pe::IMAGE_REL_AMD64_REL32_2
307-
| pe::IMAGE_REL_AMD64_REL32_3
308-
| pe::IMAGE_REL_AMD64_REL32_4
309-
| pe::IMAGE_REL_AMD64_REL32_5,
303+
typ:
304+
pe::IMAGE_REL_AMD64_ADDR32NB
305+
| pe::IMAGE_REL_AMD64_REL32
306+
| pe::IMAGE_REL_AMD64_REL32_1
307+
| pe::IMAGE_REL_AMD64_REL32_2
308+
| pe::IMAGE_REL_AMD64_REL32_3
309+
| pe::IMAGE_REL_AMD64_REL32_4
310+
| pe::IMAGE_REL_AMD64_REL32_5,
310311
}
311312
| object::RelocationFlags::Elf { r_type: elf::R_X86_64_32 | elf::R_X86_64_PC32 } => {
312313
let data =

0 commit comments

Comments
 (0)