aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util_format.c
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-06-18 16:07:44 +0000
committerAndrea Shepard <andrea@torproject.org>2016-06-18 16:07:44 +0000
commit033cf30b3cb505027c7542bb9b49717065a19fdf (patch)
treefe37ebefa5878a945c40619391eaf52c83bd8540 /src/test/test_util_format.c
parent48b25e6811bb822542ea898e30aebc75e185f29d (diff)
downloadtor-033cf30b3cb505027c7542bb9b49717065a19fdf.tar.gz
tor-033cf30b3cb505027c7542bb9b49717065a19fdf.zip
Keep make check-spaces happy
Diffstat (limited to 'src/test/test_util_format.c')
-rw-r--r--src/test/test_util_format.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/test_util_format.c b/src/test/test_util_format.c
index c27b3a50eb..c441037178 100644
--- a/src/test/test_util_format.c
+++ b/src/test/test_util_format.c
@@ -318,7 +318,6 @@ test_util_format_base32_encode(void *arg)
tt_mem_op(expected, OP_EQ, dst, strlen(expected));
}
-
/* Non multiple of 5 for the source buffer length. */
{
/* Length of 8 bytes. */
@@ -375,7 +374,7 @@ test_util_format_base32_decode(void *arg)
tt_int_op(tor_mem_is_zero(dst, real_dstlen), ==, 1);
}
-done:
+ done:
tor_free(dst);
}