From 08a72d525147055ded3ec923df85413d9cf74fae Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 10 May 2023 20:19:22 +0200 Subject: [PATCH] Fix whitespace. --- src/p_lx_elf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index cb1757fb..4cecf8b7 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -7042,7 +7042,7 @@ void PackLinuxElf64::unpack(OutputFile *fo) // "clickhouse" ET_EXEC for amd64 has 0x200000 <= .e_entry // instead of 0x400000 that we checked earlier. if (8 == szb_info - && Elf64_Ehdr::EM_X86_64 == e_machine + && Elf64_Ehdr::EM_X86_64 == e_machine && Elf64_Ehdr::ET_EXEC == e_type && ph.u_len <= MAX_ELF_HDR_64 ) {