]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorNick Mathewson <nickm@torproject.org>
Thu, 30 Jul 2015 17:17:08 +0000 (13:17 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Jul 2015 17:17:08 +0000 (13:17 -0400)
src/or/config.c

index 011a36db17995830f89bff83d46bfb7d819af131..618c941fb462acd8ac0627861a321dfe63972081 100644 (file)
@@ -5706,8 +5706,8 @@ warn_nonlocal_ext_orports(const smartlist_t *ports, const char *portname)
 }
 
 /** Given a list of port_cfg_t in <b>ports</b>, warn any controller port there
- * is listening on any non-loopback address.  If <b>forbid_nonlocal</b> is true,
- * then emit a stronger warning and remove the port from the list.
+ * is listening on any non-loopback address.  If <b>forbid_nonlocal</b> 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)