summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-12-09 11:19:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-12-09 11:19:40 +0000
commit36849a6c6fcada86996f5cebbe78706bd18fb59f (patch)
treeb03fab12d4b6c47f69bacbea3d0aa460e2e3b33f /usr.sbin
parent143ffc7fb130004c71cb50bcc90841b83f48eb6b (diff)
knf
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pstat/pstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 6278d1391a0..4cb5933d8e2 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pstat.c,v 1.38 2002/07/13 00:34:03 deraadt Exp $ */
+/* $OpenBSD: pstat.c,v 1.39 2002/12/09 11:19:39 deraadt Exp $ */
/* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */
/*-
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
from: static char sccsid[] = "@(#)pstat.c 8.9 (Berkeley) 2/16/94";
#else
-static char *rcsid = "$OpenBSD: pstat.c,v 1.38 2002/07/13 00:34:03 deraadt Exp $";
+static char *rcsid = "$OpenBSD: pstat.c,v 1.39 2002/12/09 11:19:39 deraadt Exp $";
#endif
#endif /* not lint */
@@ -215,7 +215,7 @@ main(int argc, char *argv[])
ttymode();
if (swapflag || totalflag)
swapmode();
- exit (0);
+ exit(0);
}
void