diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:40:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:40:31 -0400 |
commit | 55c468c5211d5b74acb677767f14d91cd0304771 (patch) | |
tree | 5f8c0611092ef81a4e00b146a4d21992d4d7619a /src/or/rendservice.c | |
parent | 1a2aa4e3f8628e5d1343414e0034d2136ad26672 (diff) | |
download | tor-55c468c5211d5b74acb677767f14d91cd0304771.tar.gz tor-55c468c5211d5b74acb677767f14d91cd0304771.zip |
Whitespace cleaning
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index a2d7a37378..3afe880554 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -382,8 +382,8 @@ rend_service_parse_port_config(const char *string, const char *sep, ret = port_cfg_line_extract_addrport(addrport_element, &addrport, &is_unix, &rest); if (ret < 0) { - tor_asprintf(&err_msg, "Couldn't process address <%s> from hidden service " - "configuration", addrport_element); + tor_asprintf(&err_msg, "Couldn't process address <%s> from hidden " + "service configuration", addrport_element); goto err; } if (is_unix) { |