mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 17:24:18 +00:00 
			
		
		
		
	Fix some indentation and dead assignments.
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user