]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove extra newline from proxy_prepare_for_restart definition
authorteor <teor2345@gmail.com>
Thu, 19 Jan 2017 03:52:56 +0000 (14:52 +1100)
committerNick Mathewson <nickm@torproject.org>
Thu, 19 Jan 2017 13:12:26 +0000 (08:12 -0500)
src/or/transports.c

index feeff6e66c6b6d73c1096857b305b6285acc6b7b..535393b1a17cfb7608fe2a1149a639ec020d7864 100644 (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;