Browse Source

Appease make check-spaces

Andrea Shepard 7 years ago
parent
commit
341a159ab4
4 changed files with 3 additions and 2 deletions
  1. 1 0
      src/or/circuitbuild.c
  2. 1 0
      src/or/rendservice.c
  3. 1 1
      src/test/log_test_helpers.c
  4. 0 1
      src/test/test_util.c

+ 1 - 0
src/or/circuitbuild.c

@@ -2547,3 +2547,4 @@ extend_info_has_preferred_onion_key(const extend_info_t* ei)
   tor_assert(ei);
   return extend_info_supports_ntor(ei);
 }
+

+ 1 - 0
src/or/rendservice.c

@@ -3904,3 +3904,4 @@ rend_service_allow_direct_connection(const or_options_t *options)
   (void)options;
   return 0;
 }
+

+ 1 - 1
src/test/log_test_helpers.c

@@ -145,7 +145,6 @@ mock_saved_log_has_message_containing(const char *msg)
   return 0;
 }
 
-
 /** Return true iff the saved logs have any messages with <b>severity</b> */
 int
 mock_saved_log_has_severity(int severity)
@@ -210,3 +209,4 @@ mock_saving_logv(int severity, log_domain_mask_t domain,
 
   smartlist_add(saved_logs, e);
 }
+

+ 0 - 1
src/test/test_util.c

@@ -2216,7 +2216,6 @@ test_util_gzip_compression_bomb(void *arg)
   size_t result_len = 0;
   tor_zlib_state_t *state = NULL;
 
-
   /* Make sure we can't produce a compression bomb */
   const int prev_level = setup_full_capture_of_logs(LOG_WARN);
   tt_int_op(-1, OP_EQ, tor_gzip_compress(&result, &result_len,