svn commit: r239855 - head/usr.sbin/ac

Ed Schouten ed at FreeBSD.org
Wed Aug 29 16:15:22 UTC 2012


Author: ed
Date: Wed Aug 29 16:15:22 2012
New Revision: 239855
URL: http://svn.freebsd.org/changeset/base/239855

Log:
  Fix whitespace.

Modified:
  head/usr.sbin/ac/ac.c

Modified: head/usr.sbin/ac/ac.c
==============================================================================
--- head/usr.sbin/ac/ac.c	Wed Aug 29 16:11:03 2012	(r239854)
+++ head/usr.sbin/ac/ac.c	Wed Aug 29 16:15:22 2012	(r239855)
@@ -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 u
 	return head;
 }
 
-
 /*
  * if do_tty says ok, login a user
  */


More information about the svn-src-head mailing list