summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokenadm
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/tokenadm
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/tokenadm')
-rw-r--r--usr.sbin/tokenadm/tokenadm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tokenadm/tokenadm.c b/usr.sbin/tokenadm/tokenadm.c
index b70cf7c8f30..3860ffb3281 100644
--- a/usr.sbin/tokenadm/tokenadm.c
+++ b/usr.sbin/tokenadm/tokenadm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tokenadm.c,v 1.4 2002/05/30 19:09:05 deraadt Exp $ */
+/* $OpenBSD: tokenadm.c,v 1.5 2002/06/02 06:42:29 deraadt Exp $ */
/*-
* Copyright (c) 1995 Migration Associates Corp. All Rights Reserved
@@ -212,7 +212,7 @@ usage:
argv += optind - 1;
while (*++argv)
- switch(what) {
+ switch (what) {
case LIST:
if (tokendb_getrec(*argv, &tokenrec)) {
printf("%s: no such user\n", *argv);