[tor-commits] [tor/master] Fix formatting in comment in parse_port_config()

asn at torproject.org asn at torproject.org
Fri Dec 11 13:56:42 UTC 2020


commit 599af1515965e33f928c5e5e4439fbb179dfc018
Author: Neel Chauhan <neel at neelc.org>
Date:   Thu Dec 3 20:50:18 2020 -0800

    Fix formatting in comment in parse_port_config()
---
 src/app/config/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/config/config.c b/src/app/config/config.c
index df89b6ede9..1fd15562b4 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -6066,7 +6066,7 @@ port_parse_config(smartlist_t *out,
       tor_free(addrtmp);
     } else {
       /* Try parsing integer port before address, because, who knows?
-         "9050" might be a valid address. */
+       * "9050" might be a valid address. */
       port = (int) tor_parse_long(addrport, 10, 0, 65535, &ok, NULL);
       if (ok) {
         tor_addr_copy(&addr, &default_addr);





More information about the tor-commits mailing list