Whitespace on: use tabs for identation consistently.

This commit is contained in:
Maxim Sobolev 2009-11-27 03:58:21 +00:00
parent c4c3b35172
commit 8e67cba0d8

View File

@ -82,10 +82,10 @@ spinc_putchar(int c)
static time_t lasttime;
time_t now;
now = time(NULL);
if (now < (lasttime + 1))
return;
lasttime = now;
now = time(NULL);
if (now < (lasttime + 1))
return;
lasttime = now;
get_pos(&curx, &cury);
if (curx > 0)
curs_move(&curx, &cury, curx - 1, cury);