mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-16 00:28:10 +02:00
Minor style nits - return ().
This commit is contained in:
@ -71,7 +71,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