summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-21 14:18:41 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-21 14:18:41 -0400
commit6be0e28670517048ce3ab017911cd41238543a13 (patch)
tree90b8687d4060b30bfdb6d35a85190021ecb3c259
parent1491c0d024130a5699ae9acbeb2263d9d6ca2c3c (diff)
downloadtor-6be0e28670517048ce3ab017911cd41238543a13.tar.gz
tor-6be0e28670517048ce3ab017911cd41238543a13.zip
whitespace fixes
-rw-r--r--src/test/test_hs_descriptor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test_hs_descriptor.c b/src/test/test_hs_descriptor.c
index b68bd108fa..8f8da361de 100644
--- a/src/test/test_hs_descriptor.c
+++ b/src/test/test_hs_descriptor.c
@@ -19,7 +19,6 @@
#include "test_helpers.h"
#include "log_test_helpers.h"
-
#ifdef HAVE_CFLAG_WOVERLENGTH_STRINGS
DISABLE_GCC_WARNING(overlength-strings)
/* We allow huge string constants in the unit tests, but not in the code
@@ -569,7 +568,6 @@ test_decode_bad_signature(void *arg)
/* Update approx time to dodge cert expiration */
update_approx_time(1502661599);
-
setup_full_capture_of_logs(LOG_WARN);
ret = hs_desc_decode_plaintext(HS_DESC_BAD_SIG, &desc_plaintext);
tt_int_op(ret, OP_EQ, -1);