git: 865a58d2fc89 - main - stand/disk: Trivial formatting nit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Jul 2022 13:37:56 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=865a58d2fc89616a0ab2f88016da43e980dcac1d
commit 865a58d2fc89616a0ab2f88016da43e980dcac1d
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-25 13:32:15 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-07-25 13:32:49 +0000
stand/disk: Trivial formatting nit
style(9) wants a space here.
Sponsored by: Netflix
---
stand/common/disk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stand/common/disk.c b/stand/common/disk.c
index 733b7b0d57e7..3ad147da0e5b 100644
--- a/stand/common/disk.c
+++ b/stand/common/disk.c
@@ -385,7 +385,7 @@ disk_close(struct disk_devdesc *dev)
return (0);
}
-char*
+char *
disk_fmtdev(struct disk_devdesc *dev)
{
static char buf[128];