diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:40:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:40:31 -0400 |
commit | 55c468c5211d5b74acb677767f14d91cd0304771 (patch) | |
tree | 5f8c0611092ef81a4e00b146a4d21992d4d7619a /src/test/test_util.c | |
parent | 1a2aa4e3f8628e5d1343414e0034d2136ad26672 (diff) | |
download | tor-55c468c5211d5b74acb677767f14d91cd0304771.tar.gz tor-55c468c5211d5b74acb677767f14d91cd0304771.zip |
Whitespace cleaning
Diffstat (limited to 'src/test/test_util.c')
-rw-r--r-- | src/test/test_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c index a548b2a100..7276c0cbfc 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -1671,7 +1671,6 @@ test_util_config_line_crlf(void *arg) tor_free(k); tor_free(v); } - #ifndef _WIN32 static void test_util_expand_filename(void *arg) |