svn commit: r199857 - head/sys/boot/i386/libi386

Maxim Sobolev sobomax at FreeBSD.org
Fri Nov 27 04:00:52 UTC 2009


Author: sobomax
Date: Fri Nov 27 04:00:52 2009
New Revision: 199857
URL: http://svn.freebsd.org/changeset/base/199857

Log:
  Whitespace-only: another instance of identation with spaces.

Modified:
  head/sys/boot/i386/libi386/spinconsole.c

Modified: head/sys/boot/i386/libi386/spinconsole.c
==============================================================================
--- head/sys/boot/i386/libi386/spinconsole.c	Fri Nov 27 03:58:21 2009	(r199856)
+++ head/sys/boot/i386/libi386/spinconsole.c	Fri Nov 27 04:00:52 2009	(r199857)
@@ -79,7 +79,7 @@ spinc_putchar(int c)
 {
 	static int curx, cury;
 	static unsigned tw_chars = 0x5C2D2F7C;    /* "\-/|" */
-        static time_t lasttime;
+	static time_t lasttime;
 	time_t now;
 
 	now = time(NULL);


More information about the svn-src-all mailing list