Line length and spaces to tabs.

This commit is contained in:
nicm
2017-05-16 12:57:26 +00:00
parent 1ba7f1d03f
commit 31625c2d17
2 changed files with 9 additions and 9 deletions

3
grid.c
View File

@ -665,8 +665,7 @@ grid_string_cells_bg(const struct grid_cell *gc, int *values)
/*
* Returns ANSI code to set particular attributes (colour, bold and so on)
* given a current state. The output buffer must be able to hold at least 57
* bytes.
* given a current state.
*/
static void
grid_string_cells_code(const struct grid_cell *lastgc,