mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 09:14:22 +01: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);
|
||||
}
|
||||
|
||||
/*
|
||||
* 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…
Reference in New Issue
Block a user