loader/kboot: minor style nit

Kill trailing white space.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2021-12-13 16:53:04 -07:00
parent 3aa0bc89c6
commit 0630a06b2a

View File

@ -499,4 +499,3 @@ command_fdt(int argc, char *argv[])
}
COMMAND_SET(fdt, "fdt", "flattened device tree handling", command_fdt);