git: c9cf582a2979 - stable/15 - rtld.c: fix indent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Sep 2026 11:55:14 UTC
The branch stable/15 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=c9cf582a297941bd5ac4c59ba312f83fdc6e869a
commit c9cf582a297941bd5ac4c59ba312f83fdc6e869a
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-09-13 10:09:12 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-09-18 11:54:58 +0000
rtld.c: fix indent
(cherry picked from commit 2ef97312d5d46aeaeb26f6e5815d964412bc499e)
---
libexec/rtld-elf/rtld.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 1cc30e27fa0e..93594201fc9e 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -1799,7 +1799,7 @@ digest_notes(Obj_Entry *obj, Elf_Addr note_start, Elf_Addr note_end)
continue;
note_name = (const char *)(note + 1);
if (strncmp(NOTE_FREEBSD_VENDOR, note_name,
- sizeof(NOTE_FREEBSD_VENDOR)) != 0)
+ sizeof(NOTE_FREEBSD_VENDOR)) != 0)
continue;
switch (note->n_type) {
case NT_FREEBSD_ABI_TAG: