vi: style fixlet
This commit is contained in:
parent
a3d15c8be7
commit
91afdf8096
@ -1134,7 +1134,8 @@ static void Hit_Return(void)
|
|||||||
redraw(TRUE); // force redraw all
|
redraw(TRUE); // force redraw all
|
||||||
}
|
}
|
||||||
|
|
||||||
static int next_tabstop(int col) { //vda
|
static int next_tabstop(int col)
|
||||||
|
{
|
||||||
return col + ((tabstop - 1) - (col % tabstop));
|
return col + ((tabstop - 1) - (col % tabstop));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user