summaryrefslogtreecommitdiff
path: root/libexec/login_chpass
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-02 01:27:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-02 01:27:17 +0000
commitc8c9ff7d3c71fcdb0d3861d60f2604aed6ec742c (patch)
tree50d1a191442eac431bfcce80877093759aa65160 /libexec/login_chpass
parent467be242b7a7df7661d21f5d4f53b0083ec4b336 (diff)
minor KNF
Diffstat (limited to 'libexec/login_chpass')
-rw-r--r--libexec/login_chpass/login_chpass.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/login_chpass/login_chpass.c b/libexec/login_chpass/login_chpass.c
index f862dce98f1..91bcd3d3e77 100644
--- a/libexec/login_chpass/login_chpass.c
+++ b/libexec/login_chpass/login_chpass.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: login_chpass.c,v 1.7 2002/05/26 09:32:08 deraadt Exp $ */
+/* $OpenBSD: login_chpass.c,v 1.8 2002/06/02 01:27:15 deraadt Exp $ */
/*-
* Copyright (c) 1995,1996 Berkeley Software Design, Inc. All rights reserved.
@@ -110,7 +110,7 @@ main(argc, argv)
openlog("login", LOG_ODELAY, LOG_AUTH);
while ((c = getopt(argc, argv, "s:v:")) != -1)
- switch(c) {
+ switch (c) {
case 'v':
break;
case 's': /* service */
@@ -124,7 +124,7 @@ main(argc, argv)
exit(1);
}
- switch(argc - optind) {
+ switch (argc - optind) {
case 2:
/* class is not used */
case 1: