mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Keep make check-spaces happy
This commit is contained in:
parent
48b25e6811
commit
033cf30b3c
@ -21,7 +21,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
/* Return the base32 encoded size in bytes using the source length srclen.
|
/* Return the base32 encoded size in bytes using the source length srclen.
|
||||||
* The NUL terminated byte is added as well since every base32 encoding
|
* The NUL terminated byte is added as well since every base32 encoding
|
||||||
* requires enough space for it. */
|
* requires enough space for it. */
|
||||||
|
@ -318,7 +318,6 @@ test_util_format_base32_encode(void *arg)
|
|||||||
tt_mem_op(expected, OP_EQ, dst, strlen(expected));
|
tt_mem_op(expected, OP_EQ, dst, strlen(expected));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Non multiple of 5 for the source buffer length. */
|
/* Non multiple of 5 for the source buffer length. */
|
||||||
{
|
{
|
||||||
/* Length of 8 bytes. */
|
/* 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);
|
tt_int_op(tor_mem_is_zero(dst, real_dstlen), ==, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
tor_free(dst);
|
tor_free(dst);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user