Fix whitespace.

This commit is contained in:
Markus F.X.J. Oberhumer 2023-05-10 20:19:22 +02:00
parent 736a6cd955
commit 08a72d5251
1 changed files with 1 additions and 1 deletions

View File

@ -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
) {