The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=0630a06b2ab013ba6a877871eafde1889251ebdb
commit 0630a06b2ab013ba6a877871eafde1889251ebdb Author: Warner Losh <i...@freebsd.org> AuthorDate: 2021-12-13 23:53:04 +0000 Commit: Warner Losh <i...@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); -