From: Fabian Keil Date: Mon, 5 Sep 2011 19:35:15 +0000 (+0200) Subject: Fix whitespace in parse_client_port_config() X-Git-Tag: tor-0.2.3.4-alpha~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=087e0569c3ca87bd2f851fd9126e100dd18da755;p=thirdparty%2Ftor.git Fix whitespace in parse_client_port_config() --- diff --git a/src/or/config.c b/src/or/config.c index afcea1f4cd..684875d83a 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -4980,7 +4980,7 @@ parse_client_port_config(smartlist_t *out, /* FooListenAddress is deprecated; let's make it work like it used to work, * though. */ if (listenaddrs) { - int mainport = defaultport; + int mainport = defaultport; if (ports && ports->next) { log_warn(LD_CONFIG, "%sListenAddress can't be used when there are "