aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-12-13 23:53:04 +0000
committerWarner Losh <imp@FreeBSD.org>2023-01-24 21:49:18 +0000
commitda2a6a5cee0199045512d67f0502de71b9045c7b (patch)
treecd3d0b3ee01d47d85d18afaa64d93b433a283744
parent26d6cf83968c388a80fb0fe1f06edfddf36177bd (diff)
downloadsrc-da2a6a5cee0199045512d67f0502de71b9045c7b.tar.gz
src-da2a6a5cee0199045512d67f0502de71b9045c7b.zip
loader/kboot: minor style nit
Kill trailing white space. Sponsored by: Netflix (cherry picked from commit 0630a06b2ab013ba6a877871eafde1889251ebdb)
-rw-r--r--stand/powerpc/kboot/main.c1
1 files changed, 0 insertions, 1 deletions
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);
-