]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a whitespace snafu
authorNick Mathewson <nickm@torproject.org>
Sat, 15 Feb 2014 03:59:56 +0000 (22:59 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 15 Feb 2014 04:00:04 +0000 (23:00 -0500)
src/test/test_config.c

index a1dff644a0dcf5453d849dc92058f7f4e98307ad..678357d8eb2c2c7003cc57f9616fe072dd38492a 100644 (file)
@@ -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);