Skip to content

Commit

Permalink
Maintain the coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
ajblane committed Aug 13, 2018
1 parent 43a865f commit 97be9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pow_fpga_accel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 97be9ec

Please sign in to comment.