From 0630a06b2ab013ba6a877871eafde1889251ebdb Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 13 Dec 2021 16:53:04 -0700 Subject: [PATCH] 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); -