1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Whitespace-only: another instance of identation with spaces.

This commit is contained in:
Maxim Sobolev 2009-11-27 04:00:52 +00:00
parent 8e67cba0d8
commit 12ff431c6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199857

View File

@ -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);