mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 13:23:50 +00:00
Fix some blank line nits.
This commit is contained in:
parent
e33ba57c13
commit
d31315884c
1 changed files with 1 additions and 1 deletions
|
|
@ -219,6 +219,7 @@ windows_only:
|
|||
|
||||
free(final_win_action);
|
||||
}
|
||||
|
||||
/*
|
||||
* If we're just drawing windows, don't consider moving on to
|
||||
* 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);
|
||||
format_free(cdata->ft);
|
||||
free(cdata);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue