[tor-commits] [tor/master] fix a whitespace snafu

nickm at torproject.org nickm at torproject.org
Sat Feb 15 04:00:56 UTC 2014


commit 198789462609c339d60d554fa398a0d6dbe7a962
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Feb 14 22:59:56 2014 -0500

    fix a whitespace snafu
---
 src/test/test_config.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/test_config.c b/src/test/test_config.c
index a1dff64..678357d 100644
--- a/src/test/test_config.c
+++ b/src/test/test_config.c
@@ -291,7 +291,6 @@ test_config_write_to_data_subdir(void *arg)
   test_streq(cp, str);
   tor_free(cp);
 
-
  done:
   (void) unlink(filepath);
   rmdir(options->DataDirectory);



More information about the tor-commits mailing list