mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Style and spacing nits.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user