aboutsummaryrefslogtreecommitdiff
path: root/test_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_crypto.c')
-rw-r--r--test_crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_crypto.c b/test_crypto.c
index 2a04c1d..cfc6160 100644
--- a/test_crypto.c
+++ b/test_crypto.c
@@ -199,7 +199,7 @@ test_setup_auction_data ()
/**
* compute round @a index of the protocol specified by @a type and @a oc
- *
+ *
* @param[in] type auction type
* @param[in] oc outcome type
* @param[in] index round index
@@ -310,7 +310,7 @@ test_all_auctions ()
for (size_t oc = 0; oc < outcome_last; oc++)
{
- if (!test_setup_auction_data() || !test_auction (atype, oc))
+ if (!test_setup_auction_data () || !test_auction (atype, oc))
{
cleanup_auction_data ();
return 0;