From c998415248f8dda5010c909b0625fd6fc663ad09 Mon Sep 17 00:00:00 2001 From: stevesk Date: Sun, 4 Feb 2001 15:32:22 +0000 Subject: unexpand and remove end-of-line whitespace; ok markus@ --- usr.bin/ssh/ssh-keyscan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/ssh-keyscan.c') diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c index 6387c5ded4f..96785af5040 100644 --- a/usr.bin/ssh/ssh-keyscan.c +++ b/usr.bin/ssh/ssh-keyscan.c @@ -8,7 +8,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keyscan.c,v 1.11 2001/01/21 19:05:57 markus Exp $"); +RCSID("$OpenBSD: ssh-keyscan.c,v 1.12 2001/02/04 15:32:26 stevesk Exp $"); #include #include @@ -489,7 +489,7 @@ conloop(void) c = tq.tqh_first; while (c && (c->c_tv.tv_sec < now.tv_sec || - (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now.tv_usec))) { + (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now.tv_usec))) { int s = c->c_fd; c = c->c_link.tqe_next; conrecycle(s); -- cgit v1.2.3-59-g8ed1b