From d35ca518b41a0ec2458eb5f1a0abfb2e63a67966 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 19 Jan 2017 14:52:56 +1100 Subject: [PATCH] Remove extra newline from proxy_prepare_for_restart definition --- src/or/transports.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/transports.c b/src/or/transports.c index feeff6e66c..535393b1a1 100644 --- a/src/or/transports.c +++ b/src/or/transports.c @@ -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;