From a14d555c873398b14776ca4f2c33f9c69617afb9 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 06:41:30 +0000 Subject: Remove trailing whitespace. --- usr.bin/rwho/rwho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/rwho/rwho.c') diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index 24545cf..ef10751 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -60,7 +60,7 @@ struct myutmp { int nusers; #define WHDRSIZE (sizeof (wd) - sizeof (wd.wd_we)) -/* +/* * this macro should be shared with ruptime. */ #define down(w,now) ((now) - (w)->wd_recvtime > 11 * 60) -- cgit v1.1