Skip to content

Commit 7b155fd

Browse files
author
Adam Joseph
committed
formatting: fix incorrect indentation in previous commit
1 parent 820da7b commit 7b155fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patchelf.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ void ElfFile<ElfFileParamNames>::rewriteHeaders(Elf_Addr phdrAddress)
990990
// some binaries might this section stripped
991991
// in which case we just ignore the value.
992992
if (shdr) dyn->d_un.d_ptr = (*shdr).get().sh_addr;
993-
} else if (d_tag == DT_MIPS_XHASH) {
993+
} else if (d_tag == DT_MIPS_XHASH) {
994994
// the .MIPS.xhash section was added to the glibc-ABI
995995
// in commit 23c1c256ae7b0f010d0fcaff60682b620887b164
996996
dyn->d_un.d_ptr = findSectionHeader(".MIPS.xhash").sh_addr;

0 commit comments

Comments
 (0)