whitespace fix

This commit is contained in:
Nick Mathewson
2017-12-20 09:17:13 -05:00
parent 69a320ce5d
commit 28fbfa8712
-1
View File
@@ -5979,7 +5979,6 @@ test_util_monotonic_time_add_msec(void *arg)
tt_i64_op(monotime_diff_msec(&t1, &t2), OP_EQ, 1337*3);
tt_i64_op(monotime_coarse_diff_msec(&ct1, &ct2), OP_EQ, 1337*3);
done:
;
}