summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfsadduser.c
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-06-19 23:06:26 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-06-19 23:06:26 +0000
commit9d787e27ba1ff3e733eba4b5b061867a3378251e (patch)
treef47384d750ce21949b09dc50137c5e10044fd54f /usr.bin/tcfs/tcfsadduser.c
parent86c00b230b2edb5f31c3feff302c91fb0000bf26 (diff)
more KNF
Diffstat (limited to 'usr.bin/tcfs/tcfsadduser.c')
-rw-r--r--usr.bin/tcfs/tcfsadduser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsadduser.c b/usr.bin/tcfs/tcfsadduser.c
index d0fd5fb5a94..fa2c6b1be15 100644
--- a/usr.bin/tcfs/tcfsadduser.c
+++ b/usr.bin/tcfs/tcfsadduser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsadduser.c,v 1.4 2000/06/19 22:42:28 aaron Exp $ */
+/* $OpenBSD: tcfsadduser.c,v 1.5 2000/06/19 23:06:25 aaron Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -41,7 +41,7 @@ adduser_main(int argn, char *argv[])
/*
* Going to check the arguments
*/
- while ((val = getopt(argn, argv, "g:l:hv"))!=EOF)
+ while ((val = getopt(argn, argv, "g:l:hv")) != EOF)
switch (val) {
case 'l':
strlcpy(user, optarg, sizeof(user));