From 8f671d3eefa0af67b9e753eeae032e3ded6ffd00 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 8 Dec 2015 08:14:04 +0000 Subject: Spacing nits. --- tmux.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index fa589f57..7757f12f 100644 --- a/tmux.h +++ b/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. */ -- cgit