git: 6a37c03f2177 - stable/13 - stand/disk: Trivial formatting nit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 22:11:24 UTC
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6a37c03f21774c069d5732528598a7cc73d410cc commit 6a37c03f21774c069d5732528598a7cc73d410cc Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-07-25 13:32:15 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-01-24 21:49:27 +0000 stand/disk: Trivial formatting nit style(9) wants a space here. Sponsored by: Netflix (cherry picked from commit 865a58d2fc89616a0ab2f88016da43e980dcac1d) --- 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];