Explorar el Código

whitespace fix

Nick Mathewson hace 6 años
padre
commit
28fbfa8712
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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:
   ;
 }