summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-12-08 04:03:12 +0000
committerNick Mathewson <nickm@torproject.org>2005-12-08 04:03:12 +0000
commit617f71e4ba77e6bd51d88ab3f7ce425895632612 (patch)
treeb0494d93e7a18d41a18c6f5a7da685705c9f90bc
parentcf5facf3e147dab548f46ed479f763ea1f771a7d (diff)
downloadtor-617f71e4ba77e6bd51d88ab3f7ce425895632612.tar.gz
tor-617f71e4ba77e6bd51d88ab3f7ce425895632612.zip
Whitespace normalization
svn:r5528
-rw-r--r--src/or/test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 850b895ff9..02b205a5da 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -1027,7 +1027,6 @@ test_strmap(void)
test_eq_ptr(strmap_get(map, "K5"), (void*)10816);
#endif
-
/* Clean up after ourselves. */
strmap_free(map, NULL);