summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-30 13:17:08 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-30 13:17:08 -0400
commitaa22b9672cd7faa4ea856e54e41cd0d73039ae1a (patch)
treef06621d3fed434bf666ba256c711670e106a9f9a
parent2369f81403f0ac366a5cbab95f467f9eaa77d0f7 (diff)
downloadtor-aa22b9672cd7faa4ea856e54e41cd0d73039ae1a.tar.gz
tor-aa22b9672cd7faa4ea856e54e41cd0d73039ae1a.zip
whitespace fix
-rw-r--r--src/or/config.c4
1 files changed, 2 insertions, 2 deletions
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 <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)