formatting fix.

This commit is contained in:
Dane Jensen
2026-06-15 21:52:20 -07:00
parent c3aac57dda
commit 7d8401d707

View File

@@ -451,7 +451,7 @@ cmd_join_pane_exec(struct cmd *self, struct cmdq_item *item)
if (src_wp == dst_wp) { if (src_wp == dst_wp) {
cmdq_error(item, "source and target panes must be different"); cmdq_error(item, "source and target panes must be different");
return (CMD_RETURN_ERROR); return (CMD_RETURN_ERROR);
} }
lc = layout_get_tiled_cell(item, args, dst_w, dst_wp, flags, &cause); lc = layout_get_tiled_cell(item, args, dst_w, dst_wp, flags, &cause);