git: 5fb044c88574 - main - kboot: format nit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Apr 2025 21:59:11 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=5fb044c88574994647d43f0926819f5986a24aa2 commit 5fb044c88574994647d43f0926819f5986a24aa2 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-04-17 04:03:41 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-04-17 21:56:45 +0000 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 59ca4b67a4ab..bbb97cc20979 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); } -