From: Nick Mathewson Date: Thu, 30 Jul 2015 17:17:08 +0000 (-0400) Subject: whitespace fix X-Git-Tag: tor-0.2.7.3-rc~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa22b9672cd7faa4ea856e54e41cd0d73039ae1a;p=thirdparty%2Ftor.git whitespace fix --- diff --git a/src/or/config.c b/src/or/config.c index 011a36db17..618c941fb4 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -5706,8 +5706,8 @@ warn_nonlocal_ext_orports(const smartlist_t *ports, const char *portname) } /** Given a list of port_cfg_t in ports, warn any controller port there - * is listening on any non-loopback address. If forbid_nonlocal is true, - * then emit a stronger warning and remove the port from the list. + * is listening on any non-loopback address. If forbid_nonlocal is + * true, then emit a stronger warning and remove the port from the list. */ static void warn_nonlocal_controller_ports(smartlist_t *ports, unsigned forbid_nonlocal)