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

@ -910,7 +910,7 @@ window_choose_write_line(struct window_pane *wp, struct screen_write_ctx *ctx,
* expanded or not.
*/
(item->wcd->type & TREE_SESSION) ?
(item->state & TREE_EXPANDED ? "-" : "+") : "", item->name);
((item->state & TREE_EXPANDED) ? "-" : "+") : "", item->name);
}
while (s->cx < screen_size_x(s) - 1)
screen_write_putc(ctx, &gc, ' ');