vi: style fixlet

This commit is contained in:
Denis Vlasenko 2007-07-17 23:22:49 +00:00
parent a3d15c8be7
commit 91afdf8096

View File

@ -1134,7 +1134,8 @@ static void Hit_Return(void)
redraw(TRUE); // force redraw all
}
static int next_tabstop(int col) { //vda
static int next_tabstop(int col)
{
return col + ((tabstop - 1) - (col % tabstop));
}