Browse Source

whitespace fix

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

+ 0 - 1
src/test/test_crypto.c

@@ -2893,7 +2893,6 @@ test_crypto_ed25519_validation(void *arg)
     tt_int_op(ed25519_validate_pubkey(&pub1), OP_EQ, 0);
   }
 
-
  done: ;
 }