aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-02-07 07:43:40 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-02-07 07:43:40 +0000
commitde59f46a825b7ba7b7183a4a2771afef85f59732 (patch)
tree9aa38a5c64d4d632e456976ada16899d0589f6ed
parent901b050b36b991a9399acfb9c3eeb33704c5af03 (diff)
downloadsrc-de59f46a825b7ba7b7183a4a2771afef85f59732.tar.gz
src-de59f46a825b7ba7b7183a4a2771afef85f59732.zip
bsdlabel: Fix whitespace.
MFC after: 1 week
-rw-r--r--sbin/bsdlabel/bsdlabel.c2
1 files changed, 1 insertions, 1 deletions
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;