mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Remove stray spaces after function names.
This commit is contained in:
@ -922,7 +922,7 @@ mode_tree_menu_callback(__unused struct menu *menu, __unused u_int idx,
|
||||
if (mti->itemdata != mtm->itemdata)
|
||||
goto out;
|
||||
mtd->current = mtm->line;
|
||||
mtd->menucb (mtd->modedata, mtm->c, key);
|
||||
mtd->menucb(mtd->modedata, mtm->c, key);
|
||||
|
||||
out:
|
||||
mode_tree_remove_ref(mtd);
|
||||
|
Reference in New Issue
Block a user