Date: Mon, 13 Dec 2021 23:55:50 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 0630a06b2ab0 - main - loader/kboot: minor style nit Message-ID: <202112132355.1BDNtoU3045239@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=0630a06b2ab013ba6a877871eafde1889251ebdb commit 0630a06b2ab013ba6a877871eafde1889251ebdb Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-12-13 23:53:04 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-12-13 23:55:39 +0000 loader/kboot: minor style nit Kill trailing white space. Sponsored by: Netflix --- stand/powerpc/kboot/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/powerpc/kboot/main.c b/stand/powerpc/kboot/main.c index 9cb4cd2a68d7..9b99c859070b 100644 --- a/stand/powerpc/kboot/main.c +++ b/stand/powerpc/kboot/main.c @@ -499,4 +499,3 @@ command_fdt(int argc, char *argv[]) } COMMAND_SET(fdt, "fdt", "flattened device tree handling", command_fdt); -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112132355.1BDNtoU3045239>