diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-08 04:03:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-08 04:03:12 +0000 |
commit | 617f71e4ba77e6bd51d88ab3f7ce425895632612 (patch) | |
tree | b0494d93e7a18d41a18c6f5a7da685705c9f90bc | |
parent | cf5facf3e147dab548f46ed479f763ea1f771a7d (diff) | |
download | tor-617f71e4ba77e6bd51d88ab3f7ce425895632612.tar.gz tor-617f71e4ba77e6bd51d88ab3f7ce425895632612.zip |
Whitespace normalization
svn:r5528
-rw-r--r-- | src/or/test.c | 1 |
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); |