mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-18 15:46:59 +02:00
Spacing nits.
This commit is contained in:
parent
1f94274b92
commit
8f671d3eef
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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user