From a2d01ff69e383504f0f4f419b04bc526983d433c Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 29 Aug 2012 16:15:22 +0000 Subject: Fix whitespace. --- usr.sbin/ac/ac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/ac/ac.c') diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index 5dc8271..bcbf534 100644 --- a/usr.sbin/ac/ac.c +++ b/usr.sbin/ac/ac.c @@ -60,7 +60,7 @@ struct tty_list { * globals - yes yuk */ #ifdef CONSOLE_TTY -static char *Console = CONSOLE_TTY; +static char *Console = CONSOLE_TTY; #endif static time_t Total = 0; static time_t FirstTime = 0; @@ -406,7 +406,6 @@ log_out(struct utmp_list *head, struct utmpx *up) return head; } - /* * if do_tty says ok, login a user */ -- cgit v1.1