summaryrefslogtreecommitdiff
path: root/usr.bin/w
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-14 06:55:05 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-14 06:55:05 +0000
commitdcd090788d05fb388f5839c9e8ea2935caf1eef7 (patch)
tree8ad6fa17f8b77513925b6d041d414fce8e92c63d /usr.bin/w
parent2096756701c2b8d2929f9bb0e490d2ee3e04123f (diff)
Remove ugly empty line.
Diffstat (limited to 'usr.bin/w')
-rw-r--r--usr.bin/w/proc_compare.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c
index d28a3644371..f7fd550c57b 100644
--- a/usr.bin/w/proc_compare.c
+++ b/usr.bin/w/proc_compare.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc_compare.c,v 1.3 1998/01/16 17:50:43 millert Exp $ */
+/* $OpenBSD: proc_compare.c,v 1.4 2001/05/14 06:55:04 angelos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)proc_compare.c 8.2 (Berkeley) 9/23/93";
#else
-static char *rcsid = "$OpenBSD: proc_compare.c,v 1.3 1998/01/16 17:50:43 millert Exp $";
+static char *rcsid = "$OpenBSD: proc_compare.c,v 1.4 2001/05/14 06:55:04 angelos Exp $";
#endif
#endif /* not lint */
@@ -76,7 +76,6 @@ int
proc_compare(p1, p2)
register struct proc *p1, *p2;
{
-
if (p1 == NULL)
return (1);
/*