]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorNick Mathewson <nickm@torproject.org>
Thu, 7 Feb 2013 19:31:51 +0000 (14:31 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 7 Feb 2013 19:31:51 +0000 (14:31 -0500)
src/test/test_crypto.c

index 273e03b9d970702b709efd1ed74163a4b88b683c..a1b5c52179255b389bee4b75540ab4710ce0c5b0 100644 (file)
@@ -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 },