summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-06-02 06:42:28 +0000
committerderaadt <deraadt@openbsd.org>2002-06-02 06:42:28 +0000
commitfc168eb66eb2e915771037e4a11467ea2d0fc8e0 (patch)
tree0a723f252a1e8d9c88e0920fdf182155ef8fd516 /usr.sbin/pwd_mkdb
parentput libssl in PRDIRS instead; andre@ae-35.com (diff)
downloadwireguard-openbsd-fc168eb66eb2e915771037e4a11467ea2d0fc8e0.tar.xz
wireguard-openbsd-fc168eb66eb2e915771037e4a11467ea2d0fc8e0.zip
minor KNF
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.c b/usr.sbin/pwd_mkdb/pwd_mkdb.c
index 7dcc77cf524..6148b4441b1 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.c
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pwd_mkdb.c,v 1.29 2002/05/29 18:39:00 deraadt Exp $ */
+/* $OpenBSD: pwd_mkdb.c,v 1.30 2002/06/02 06:42:29 deraadt Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -45,7 +45,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "from: @(#)pwd_mkdb.c 8.5 (Berkeley) 4/20/94";
#else
-static char *rcsid = "$OpenBSD: pwd_mkdb.c,v 1.29 2002/05/29 18:39:00 deraadt Exp $";
+static char *rcsid = "$OpenBSD: pwd_mkdb.c,v 1.30 2002/06/02 06:42:29 deraadt Exp $";
#endif
#endif /* not lint */
@@ -116,7 +116,7 @@ main(argc, argv)
flags = checkonly = makeold = secureonly = 0;
username = NULL;
while ((ch = getopt(argc, argv, "cd:psu:v")) != -1)
- switch(ch) {
+ switch (ch) {
case 'c': /* verify only */
checkonly = 1;
break;