mirror of
https://github.com/tmux/tmux.git
synced 2025-04-13 23:08:49 +00:00
Fix some blank line nits.
This commit is contained in:
parent
e33ba57c13
commit
d31315884c
@ -219,6 +219,7 @@ windows_only:
|
|||||||
|
|
||||||
free(final_win_action);
|
free(final_win_action);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If we're just drawing windows, don't consider moving on to
|
* If we're just drawing windows, don't consider moving on to
|
||||||
* other sessions as we only list windows in this session.
|
* other sessions as we only list windows in this session.
|
||||||
@ -260,5 +261,4 @@ cmd_choose_tree_free(struct window_choose_data *cdata)
|
|||||||
free(cdata->command);
|
free(cdata->command);
|
||||||
format_free(cdata->ft);
|
format_free(cdata->ft);
|
||||||
free(cdata);
|
free(cdata);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user