git: da2a6a5cee01 - stable/13 - loader/kboot: minor style nit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 22:10:04 UTC
The branch stable/13 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=da2a6a5cee0199045512d67f0502de71b9045c7b
commit da2a6a5cee0199045512d67f0502de71b9045c7b
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-13 23:53:04 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:18 +0000
loader/kboot: minor style nit
Kill trailing white space.
Sponsored by: Netflix
(cherry picked from commit 0630a06b2ab013ba6a877871eafde1889251ebdb)
---
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);
-