summaryrefslogtreecommitdiff
path: root/src/test/test_util.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-26 09:54:31 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-26 09:54:31 -0400
commitc0568a89d93e05d98f4ef57d0b7bb659a357dbef (patch)
treeef06f4c9d2b157b7fcc3f4e417f43a7e6efd4f36 /src/test/test_util.c
parentdd572dac34c0ba9e3c360d462d77a09e4f584511 (diff)
downloadtor-c0568a89d93e05d98f4ef57d0b7bb659a357dbef.tar.gz
tor-c0568a89d93e05d98f4ef57d0b7bb659a357dbef.zip
Whitespace fixes
Diffstat (limited to 'src/test/test_util.c')
-rw-r--r--src/test/test_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c
index 11eb18de74..8e5c9bf80a 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -821,7 +821,6 @@ test_util_parse_http_time(void *arg)
T("2038-02-17 06:13:20");
#endif
-
tt_int_op(-1,OP_EQ, parse_http_time("2004-08-zz 99-99x99 GMT", &a_time));
tt_int_op(-1,OP_EQ, parse_http_time("2011-03-32 00:00:00 GMT", &a_time));
tt_int_op(-1,OP_EQ, parse_http_time("2011-03-30 24:00:00 GMT", &a_time));