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