From 5fb044c88574994647d43f0926819f5986a24aa2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Apr 2025 22:03:41 -0600 Subject: [PATCH] kboot: format nit Deleting trailing newline. Sponsored by: Netflix Reviewed by: kevans, andrew, emaste, jhibbits Differential Revision: https://reviews.freebsd.org/D49857 --- stand/kboot/kboot/arch/aarch64/exec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/kboot/kboot/arch/aarch64/exec.c b/stand/kboot/kboot/arch/aarch64/exec.c index 59ca4b67a4a..bbb97cc2097 100644 --- a/stand/kboot/kboot/arch/aarch64/exec.c +++ b/stand/kboot/kboot/arch/aarch64/exec.c @@ -290,4 +290,3 @@ elf64_obj_exec(struct preloaded_file *fp) fp->f_name); return (ENOSYS); } -