From 31625c2d171080aea53baee7c0aec7e9f939cf7d Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 16 May 2017 12:57:26 +0000 Subject: Line length and spaces to tabs. --- grid.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'grid.c') diff --git a/grid.c b/grid.c index f76980fb..83ad89ed 100644 --- a/grid.c +++ b/grid.c @@ -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, -- cgit