Remove extra newline from proxy_prepare_for_restart definition

This commit is contained in:
teor 2017-01-19 14:52:56 +11:00 committed by Nick Mathewson
parent 85a17ee2e7
commit d35ca518b4
1 changed files with 0 additions and 1 deletions

View File

@ -480,7 +480,6 @@ proxy_needs_restart(const managed_proxy_t *mp)
* preparations and then flag its state so that it will be relaunched
* in the next tick. */
static void
proxy_prepare_for_restart(managed_proxy_t *mp)
{
transport_t *t_tmp = NULL;