summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-23 11:18:28 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-23 11:18:28 -0500
commit034e2788f812852ed530b42291b3e07c7dc85d84 (patch)
tree8bb2f9216b88e3d6483f57f03c33bded5cf27a64 /src/test
parent7322de15dc2f0858291f40df1a55a66c80b7fda9 (diff)
downloadtor-034e2788f812852ed530b42291b3e07c7dc85d84.tar.gz
tor-034e2788f812852ed530b42291b3e07c7dc85d84.zip
whitespace fixes
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_crypto_slow.c1
-rw-r--r--src/test/test_routerlist.c2
-rw-r--r--src/test/test_util_slow.c1
3 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_crypto_slow.c b/src/test/test_crypto_slow.c
index 94fd69d45a..a0f6cdc116 100644
--- a/src/test/test_crypto_slow.c
+++ b/src/test/test_crypto_slow.c
@@ -10,7 +10,6 @@
#include "crypto_s2k.h"
#include "crypto_pwbox.h"
-
/** Run unit tests for our secret-to-key passphrase hashing functionality. */
static void
test_crypto_s2k_rfc2440(void *arg)
diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c
index 390b69102f..381a592c5b 100644
--- a/src/test/test_routerlist.c
+++ b/src/test/test_routerlist.c
@@ -7,7 +7,6 @@
#include "directory.h"
#include "test.h"
-
/* 4 digests + 3 sep + pre + post + NULL */
static char output[4*BASE64_DIGEST256_LEN+3+2+2+1];
@@ -101,3 +100,4 @@ struct testcase_t routerlist_tests[] = {
NODE(launch_descriptor_downloads, 0),
END_OF_TESTCASES
};
+
diff --git a/src/test/test_util_slow.c b/src/test/test_util_slow.c
index 4adcbe1d17..a597ef3cbc 100644
--- a/src/test/test_util_slow.c
+++ b/src/test/test_util_slow.c
@@ -386,3 +386,4 @@ struct testcase_t slow_util_tests[] = {
UTIL_TEST(spawn_background_waitpid_notify, 0),
END_OF_TESTCASES
};
+