mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Remove stray spaces after function names.
This commit is contained in:
		@@ -2378,7 +2378,7 @@ server_client_set_flags(struct client *c, const char *flags)
 | 
			
		||||
	uint64_t flag;
 | 
			
		||||
	int	 not;
 | 
			
		||||
 | 
			
		||||
	s = copy = xstrdup (flags);
 | 
			
		||||
	s = copy = xstrdup(flags);
 | 
			
		||||
	while ((next = strsep(&s, ",")) != NULL) {
 | 
			
		||||
		not = (*next == '!');
 | 
			
		||||
		if (not)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user