From 55c468c5211d5b74acb677767f14d91cd0304771 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 14 Oct 2016 10:40:31 -0400 Subject: Whitespace cleaning --- src/or/rendservice.c | 4 ++-- src/or/routerparse.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/or') 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) { diff --git a/src/or/routerparse.c b/src/or/routerparse.c index db3d004f26..df9b76800d 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2910,7 +2910,6 @@ routerstatus_parse_entry_from_string(memarea_t *area, rs->is_flagged_running = 1; /* Starting with consensus method 4. */ if (consensus_method >= MIN_METHOD_FOR_EXCLUDING_INVALID_NODES) rs->is_valid = 1; - } int found_protocol_list = 0; if ((tok = find_opt_by_keyword(tokens, K_PROTO))) { -- cgit v1.2.3-54-g00ecf