From c6e757fc8e753e2ea10b71191433a6ea0878a44f Mon Sep 17 00:00:00 2001 From: ajubuntu Date: Sun, 12 Aug 2018 19:33:49 -0700 Subject: [PATCH] Maintain the coding style --- src/pow_fpga_accel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow_fpga_accel.c b/src/pow_fpga_accel.c index 0daa918..b59d7b2 100644 --- a/src/pow_fpga_accel.c +++ b/src/pow_fpga_accel.c @@ -113,7 +113,7 @@ void pow_fpga_accel_destroy() int8_t *PowFPGAAccel(int8_t *itrytes, int mwm, int index) { int8_t fpga_out_nonce_trits[NonceTrinarySize]; - int8_t *otrytes = (int8_t *)malloc(sizeof(int8_t) * (transactionTrinarySize) / 3); + int8_t *otrytes = (int8_t *) malloc(sizeof(int8_t) * (transactionTrinarySize) / 3); size_t itrytelen = 0; size_t itritlen = 0;