Style and spacing nits.

This commit is contained in:
nicm
2017-05-31 17:56:48 +00:00
parent 70cc8f2c7e
commit 248aa54bfd
7 changed files with 7 additions and 8 deletions

View File

@ -48,7 +48,7 @@ struct screen_write_collect_item {
struct grid_cell gc;
TAILQ_ENTRY (screen_write_collect_item) entry;
TAILQ_ENTRY(screen_write_collect_item) entry;
};
struct screen_write_collect_line {
TAILQ_HEAD(, screen_write_collect_item) items;