git: de59f46a825b - main - bsdlabel: Fix whitespace.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Feb 2023 07:44:10 UTC
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;