diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-13 21:14:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-13 21:14:55 +0000 |
commit | 4efa652a9859fde96ff9bf18817479ed67a3ccac (patch) | |
tree | 0bee32144a83755b42c7ae111f3d0766a30d084a /src/or/test.c | |
parent | 76351b8416057690f2f344cc0a614caa183561c1 (diff) | |
download | tor-4efa652a9859fde96ff9bf18817479ed67a3ccac.tar tor-4efa652a9859fde96ff9bf18817479ed67a3ccac.tar.gz |
add docs, fix whitespace, and make ANY rule in routerparse a little tighter.
svn:r5031
Diffstat (limited to 'src/or/test.c')
-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 9edab2b13..f529ca551 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -88,7 +88,6 @@ remove_directory(void) smartlist_free(elements); } rmdir(temp_dir); - } static void |