From: Nick Mathewson Date: Thu, 7 Feb 2013 19:31:51 +0000 (-0500) Subject: whitespace fix X-Git-Tag: tor-0.2.4.11-alpha~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=522b312a5155510fb539c9a85994ead13d2b19ce;p=thirdparty%2Ftor.git whitespace fix --- diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c index 273e03b9d9..a1b5c52179 100644 --- a/src/test/test_crypto.c +++ b/src/test/test_crypto.c @@ -1144,7 +1144,7 @@ struct testcase_t crypto_tests[] = { { "hkdf_sha256", test_crypto_hkdf_sha256, 0, NULL, NULL }, #ifdef CURVE25519_ENABLED { "curve25519_impl", test_crypto_curve25519_impl, 0, NULL, NULL }, - { "curve25519_impl_hibit", test_crypto_curve25519_impl, 0, NULL, (void*)"y" }, + { "curve25519_impl_hibit", test_crypto_curve25519_impl, 0, NULL, (void*)"y"}, { "curve25519_wrappers", test_crypto_curve25519_wrappers, 0, NULL, NULL }, { "curve25519_encode", test_crypto_curve25519_encode, 0, NULL, NULL }, { "curve25519_persist", test_crypto_curve25519_persist, 0, NULL, NULL },