make style

This commit is contained in:
Philippe Teuwen 2021-05-18 23:56:11 +02:00
commit a592b349cb
6 changed files with 25 additions and 25 deletions

View file

@ -195,7 +195,7 @@ static bool checkValidCmdByte(uint8_t *cmd, uint16_t n) {
static void *brute_thread(void *arguments) {
struct thread_args *args = (struct thread_args *) arguments;
uint64_t key = args->part_key;
uint64_t key = args->part_key;
uint8_t local_enc[args->enc_len];
memcpy(local_enc, args->enc, args->enc_len);