aboutsummaryrefslogtreecommitdiff
path: root/src/common/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/common/util_format.c
parent48b25e6811bb822542ea898e30aebc75e185f29d (diff)
downloadtor-033cf30b3cb505027c7542bb9b49717065a19fdf.tar.gz
tor-033cf30b3cb505027c7542bb9b49717065a19fdf.zip
Keep make check-spaces happy
Diffstat (limited to 'src/common/util_format.c')
-rw-r--r--src/common/util_format.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util_format.c b/src/common/util_format.c
index f343a9d921..e40fe30680 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. */