Whitespace on: use tabs for identation consistently.
This commit is contained in:
parent
c4c3b35172
commit
8e67cba0d8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user