The branch main has been updated by bnovkov:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=722b8e3cb62bd3e43035527e08fe058d5046901d
commit 722b8e3cb62bd3e43035527e08fe058d5046901d
Author:     Bojan Novković <bnov...@freebsd.org>
AuthorDate: 2024-03-28 19:36:30 +0000
Commit:     Bojan Novković <bnov...@freebsd.org>
CommitDate: 2024-03-28 19:36:30 +0000

    Fix style nits in kern_linker.c
    
    Reported by:    jrtc27
    Fixes:  c21bc6f3c242 ("ddb: Add CTF-based pretty printing")
    Approved by:    markj (mentor)
---
 sys/kern/link_elf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/kern/link_elf.c b/sys/kern/link_elf.c
index dddead849dc9..b08c19f3c018 100644
--- a/sys/kern/link_elf.c
+++ b/sys/kern/link_elf.c
@@ -147,7 +147,6 @@ static int  link_elf_lookup_debug_symbol(linker_file_t, 
const char *,
                    c_linker_sym_t *);
 static int     link_elf_lookup_debug_symbol_ctf(linker_file_t lf,
                    const char *name, c_linker_sym_t *sym, linker_ctf_t *lc);
-
 static int     link_elf_symbol_values(linker_file_t, c_linker_sym_t,
                    linker_symval_t *);
 static int     link_elf_debug_symbol_values(linker_file_t, c_linker_sym_t,

Reply via email to