mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Some style nits.
This commit is contained in:
		
							
								
								
									
										2
									
								
								notify.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								notify.c
									
									
									
									
									
								
							@@ -46,7 +46,7 @@ notify_insert_one_hook(struct cmdq_item *item, struct notify_entry *ne,
 | 
			
		||||
	if (log_get_level() != 0) {
 | 
			
		||||
		s = cmd_list_print(cmdlist, 0);
 | 
			
		||||
		log_debug("%s: hook %s is: %s", __func__, ne->name, s);
 | 
			
		||||
		free (s);
 | 
			
		||||
		free(s);
 | 
			
		||||
	}
 | 
			
		||||
	new_item = cmdq_get_command(cmdlist, state);
 | 
			
		||||
	return (cmdq_insert_after(item, new_item));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user