summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ac
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-08-29 16:15:22 +0000
committered <ed@FreeBSD.org>2012-08-29 16:15:22 +0000
commita2d01ff69e383504f0f4f419b04bc526983d433c (patch)
treee90fbbb7c493791ef4c84ca0651a7c6504fc7174 /usr.sbin/ac
parent3e1e29af1f56bbafca8118ebc05e91847953b67e (diff)
downloadFreeBSD-src-a2d01ff69e383504f0f4f419b04bc526983d433c.zip
FreeBSD-src-a2d01ff69e383504f0f4f419b04bc526983d433c.tar.gz
Fix whitespace.
Diffstat (limited to 'usr.sbin/ac')
-rw-r--r--usr.sbin/ac/ac.c3
1 files changed, 1 insertions, 2 deletions
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
*/
OpenPOWER on IntegriCloud