summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2009-11-27 04:00:52 +0000
committersobomax <sobomax@FreeBSD.org>2009-11-27 04:00:52 +0000
commita377fb986a34636f085a67c71942a9b8f077c7cb (patch)
treeb7682dc19f88e4d93d835b2226db07430b6f8fef /sys/boot
parent3e498f7241f7176e22ccaf59d9e28e394e4711fd (diff)
downloadFreeBSD-src-a377fb986a34636f085a67c71942a9b8f077c7cb.zip
FreeBSD-src-a377fb986a34636f085a67c71942a9b8f077c7cb.tar.gz
Whitespace-only: another instance of identation with spaces.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/libi386/spinconsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/libi386/spinconsole.c b/sys/boot/i386/libi386/spinconsole.c
index bf1e863..752c29f 100644
--- a/sys/boot/i386/libi386/spinconsole.c
+++ b/sys/boot/i386/libi386/spinconsole.c
@@ -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);
OpenPOWER on IntegriCloud