Browse Source

whitespace fix

Nick Mathewson 6 years ago
parent
commit
28fbfa8712
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/test/test_util.c

+ 0 - 1
src/test/test_util.c

@@ -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:
   ;
 }