From 248aa54bfdef25ff95db3c3426651f9894c652c5 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 31 May 2017 17:56:48 +0000 Subject: Style and spacing nits. --- cmd-set-option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-set-option.c') diff --git a/cmd-set-option.c b/cmd-set-option.c index ad058b8e..d8539ee7 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -254,7 +254,7 @@ cmd_set_option_exec(struct cmd *self, struct cmdq_item *item) RB_FOREACH(w, windows, &windows) layout_fix_panes(w, w->sx, w->sy); } - RB_FOREACH (s, sessions, &sessions) + RB_FOREACH(s, sessions, &sessions) status_update_saved(s); /* -- cgit