]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whitespace cleaning
authorNick Mathewson <nickm@torproject.org>
Fri, 14 Oct 2016 14:40:31 +0000 (10:40 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 14 Oct 2016 14:40:31 +0000 (10:40 -0400)
src/or/rendservice.c
src/or/routerparse.c
src/test/test_config.c
src/test/test_controller.c
src/test/test_util.c

index a2d7a373781ba8792d0e22813d8c294e29459ef5..3afe880554581fec5f4129e8b63b8561f3696dfa 100644 (file)
@@ -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) {
index db3d004f2619f7cdd4e3002fb547ea154fb897a3..df9b76800d88cf1c27ee6a9a54f043a88398225f 100644 (file)
@@ -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))) {
index 4efefa8050fe984421404c467f4e6e3cf1990396..384bff410f7e8c8c5dcb90e11c7478fb09f62739 100644 (file)
@@ -3848,7 +3848,6 @@ test_config_port_cfg_line_extract_addrport(void *arg)
   tor_free(a);
 }
 
-
 static config_line_t *
 mock_config_line(const char *key, const char *val)
 {
index 4ae35c8fe081a52b11dce0bde93ef7d947acf5fa..f19c84614461cf2a3560f887932e08fa7772d953 100644 (file)
@@ -200,7 +200,6 @@ test_rend_service_parse_port_config(void *arg)
             "in hidden service port configuration.");
   tor_free(err_msg);
 
-
  done:
   rend_service_port_config_free(cfg);
   tor_free(err_msg);
index a548b2a100e4d7a65bcd05cc3e0e714882663807..7276c0cbfca7a83d17948b8ce5276de166972463 100644 (file)
@@ -1671,7 +1671,6 @@ test_util_config_line_crlf(void *arg)
   tor_free(k); tor_free(v);
 }
 
-
 #ifndef _WIN32
 static void
 test_util_expand_filename(void *arg)