diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-09-21 13:50:20 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-09-21 13:50:20 +0200 |
commit | b31da162a85e993e8bb4287db9b5d8bc6ef2e53f (patch) | |
tree | fca58833e5fd19b750ad1aa165661f0bc5200d1b /test_crypto.c | |
parent | 658cb968460233a04e77d37558275a894e9d345c (diff) |
coding style fixes
Diffstat (limited to 'test_crypto.c')
-rw-r--r-- | test_crypto.c | 4 |
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; |