mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Spacing nits.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -694,8 +694,10 @@ struct grid {
|
|||||||
/* Hook data structures. */
|
/* Hook data structures. */
|
||||||
struct hook {
|
struct hook {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
||||||
struct cmd_q *cmdq;
|
struct cmd_q *cmdq;
|
||||||
struct cmd_list *cmdlist;
|
struct cmd_list *cmdlist;
|
||||||
|
|
||||||
RB_ENTRY(hook) entry;
|
RB_ENTRY(hook) entry;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user