mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Various minor style and spacing nits.
This commit is contained in:
		@@ -88,7 +88,7 @@ cmd_new_window_exec(struct cmd *self, struct cmd_q *cmdq)
 | 
			
		||||
		cmd = options_get_string(&s->options, "default-command");
 | 
			
		||||
		if (cmd != NULL && *cmd != '\0') {
 | 
			
		||||
			argc = 1;
 | 
			
		||||
			argv = (char**)&cmd;
 | 
			
		||||
			argv = (char **)&cmd;
 | 
			
		||||
		} else {
 | 
			
		||||
			argc = 0;
 | 
			
		||||
			argv = NULL;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user