Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Feb 2023 07:44:10 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: de59f46a825b - main - bsdlabel: Fix whitespace.
Message-ID:  <202302070744.3177iA9O062892@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=de59f46a825b7ba7b7183a4a2771afef85f59732

commit de59f46a825b7ba7b7183a4a2771afef85f59732
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-07 07:43:40 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-02-07 07:43:40 +0000

    bsdlabel: Fix whitespace.
    
    MFC after:              1 week
---
 sbin/bsdlabel/bsdlabel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index efe7eebf23c6..f438b9f45158 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -146,7 +146,7 @@ main(int argc, char *argv[])
 	FILE *t;
 	int ch, error, fd;
 	const char *name;
-	
+
 	error = 0;
 	name = NULL;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302070744.3177iA9O062892>