commit 033cf30b3cb505027c7542bb9b49717065a19fdf Author: Andrea Shepard andrea@torproject.org Date: Sat Jun 18 16:07:44 2016 +0000
Keep make check-spaces happy --- src/common/util_format.c | 1 - src/test/test_util_format.c | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/common/util_format.c b/src/common/util_format.c index f343a9d..e40fe30 100644 --- a/src/common/util_format.c +++ b/src/common/util_format.c @@ -21,7 +21,6 @@ #include <string.h> #include <stdlib.h>
- /* Return the base32 encoded size in bytes using the source length srclen. * The NUL terminated byte is added as well since every base32 encoding * requires enough space for it. */ diff --git a/src/test/test_util_format.c b/src/test/test_util_format.c index c27b3a5..c441037 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); }
tor-commits@lists.torproject.org