summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf/authpf.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-01 20:01:36 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-01 20:01:36 +0000
commit197060d5d74adcb144689a78bf9c561180fc9414 (patch)
tree17c307310ac5043594e7b2d21ed9597d9fba60c7 /usr.sbin/authpf/authpf.c
parent7099740b2ed9876d2fd19961ec2ca53bf44646d1 (diff)
KNF
Diffstat (limited to 'usr.sbin/authpf/authpf.c')
-rw-r--r--usr.sbin/authpf/authpf.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c
index 09543f0a5d2..43ed3ec34fb 100644
--- a/usr.sbin/authpf/authpf.c
+++ b/usr.sbin/authpf/authpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authpf.c,v 1.30 2002/12/01 19:59:45 mcbride Exp $ */
+/* $OpenBSD: authpf.c,v 1.31 2002/12/01 20:01:35 henning Exp $ */
/*
* Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org).
@@ -175,8 +175,7 @@ main(int argc, char *argv[])
syslog(LOG_ERR, "path to pidfile too long");
goto die;
}
-
-
+
/*
* If someone else is already using this ip, then this person
* wants to switch users - so kill the old process and exit
@@ -208,8 +207,8 @@ main(int argc, char *argv[])
if (flock(fileno(pidfp), LOCK_EX|LOCK_NB) == 0)
break;
save_errno = errno;
-
- /* Mark our pid, and username to our file. */
+
+ /* Mark our pid, and username to our file. */
rewind(pidfp);
/* 31 == MAXLOGNAME - 1 */