From: Nick Mathewson Date: Tue, 27 Jun 2017 21:22:53 +0000 (-0400) Subject: whitespace fix X-Git-Tag: tor-0.3.2.1-alpha~293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0f0351e06f30b81c77d853a7f90c55309b602bb;p=thirdparty%2Ftor.git whitespace fix --- diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c index 1f0c8038b9..924dd7d64c 100644 --- a/src/test/test_crypto.c +++ b/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: ; }