fix alignment
This commit is contained in:
parent
45db43a688
commit
37ac9545eb
2
crypto.h
2
crypto.h
@ -342,7 +342,7 @@ static const MsgOut handler_out[auction_last][outcome_last][msg_last] = {
|
|||||||
* of 0 means a private outcome, while a value of 1 means public outcome.
|
* of 0 means a private outcome, while a value of 1 means public outcome.
|
||||||
*/
|
*/
|
||||||
static const Result handler_res[auction_last][outcome_last] = {
|
static const Result handler_res[auction_last][outcome_last] = {
|
||||||
[auction_firstPrice] = {
|
[auction_firstPrice] = {
|
||||||
[outcome_private] = &fp_priv_determine_outcome,
|
[outcome_private] = &fp_priv_determine_outcome,
|
||||||
[outcome_public] = &fp_pub_determine_outcome,
|
[outcome_public] = &fp_pub_determine_outcome,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user