summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-03 04:18:23 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-03 04:18:23 +0000
commit983278991baf50b60eb146357a714dbe4f6393e8 (patch)
tree7b939aa2bc627484a4114c23460c4bb8cb440357 /bin
parent31cd5cc8a1d0cc776ec177543cc8130932cca231 (diff)
Style.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/nlist.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c
index 59c6d352629..c9a1086181b 100644
--- a/bin/ps/nlist.c
+++ b/bin/ps/nlist.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nlist.c,v 1.6 2001/06/03 04:07:59 angelos Exp $ */
+/* $OpenBSD: nlist.c,v 1.7 2001/06/03 04:18:22 angelos Exp $ */
/* $NetBSD: nlist.c,v 1.11 1995/03/21 09:08:03 cgd Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: nlist.c,v 1.6 2001/06/03 04:07:59 angelos Exp $";
+static char rcsid[] = "$OpenBSD: nlist.c,v 1.7 2001/06/03 04:18:22 angelos Exp $";
#endif
#endif /* not lint */
@@ -106,8 +106,7 @@ donlist()
eval = rval = 1;
}
}
- else
- {
+ else {
siz = sizeof (fscale);
mib[0] = CTL_KERN;
mib[1] = KERN_FSCALE;