From a377fb986a34636f085a67c71942a9b8f077c7cb Mon Sep 17 00:00:00 2001 From: sobomax Date: Fri, 27 Nov 2009 04:00:52 +0000 Subject: [PATCH] Whitespace-only: another instance of identation with spaces. --- sys/boot/i386/libi386/spinconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/i386/libi386/spinconsole.c b/sys/boot/i386/libi386/spinconsole.c index bf1e86315f5d..752c29f5d4d5 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);