Style nits.

This commit is contained in:
nicm
2017-02-16 10:53:25 +00:00
parent dd25a6cdc2
commit 8b8d0963da
5 changed files with 10 additions and 14 deletions

View File

@ -72,7 +72,7 @@ cmd_set_option_exec(struct cmd *self, struct cmdq_item *item)
struct cmd_find_state *fs = &item->state.tflag;
struct session *s = fs->s;
struct winlink *wl = fs->wl;
struct window *w = wl->window;
struct window *w;
struct client *c;
enum options_table_scope scope;
struct options *oo;