mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Sync OpenBSD patchset 1087:
Minor style nits - return ().
This commit is contained in:
		@@ -70,7 +70,7 @@ cmd_join_pane_key_binding(struct cmd *self, int key)
 | 
			
		||||
int
 | 
			
		||||
cmd_join_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
 | 
			
		||||
{
 | 
			
		||||
	return join_pane(self, ctx, self->entry == &cmd_join_pane_entry);
 | 
			
		||||
	return (join_pane(self, ctx, self->entry == &cmd_join_pane_entry));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user