Date: Fri, 27 Nov 2009 04:00:52 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r199857 - head/sys/boot/i386/libi386 Message-ID: <200911270400.nAR40qjL001516@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911270400.nAR40qjL001516>