Spacing nits.

This commit is contained in:
nicm 2015-12-08 08:14:04 +00:00
parent 1f94274b92
commit 8f671d3eef
2 changed files with 7 additions and 5 deletions

2
tmux.h
View File

@ -694,8 +694,10 @@ struct grid {
/* Hook data structures. */
struct hook {
const char *name;
struct cmd_q *cmdq;
struct cmd_list *cmdlist;
RB_ENTRY(hook) entry;
};