Fix some indentation and dead assignments.

This commit is contained in:
nicm
2019-05-12 18:16:33 +00:00
parent a131655235
commit 00f19b7f91
6 changed files with 22 additions and 20 deletions

View File

@ -819,7 +819,7 @@ mode_tree_display_menu(struct mode_tree_data *mtd, struct client *c, u_int x,
line = mtd->current;
else
line = mtd->offset + y;
mti = mtd->line_list[line].item;
mti = mtd->line_list[line].item;
if (!outside) {
s = mtd->menu;