1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Fix some blank line nits.

This commit is contained in:
Nicholas Marriott 2013-01-17 03:51:21 +00:00
parent e33ba57c13
commit d31315884c

View File

@ -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);
}