make style

This commit is contained in:
Philippe Teuwen 2020-04-16 09:01:14 +02:00
commit 94192d0976
44 changed files with 674 additions and 656 deletions

View file

@ -91,4 +91,4 @@ uint8_t GetNumberBlocksForUserId(uint8_t *src) {
memcpy(c + 5, src, 8);
ExchangeAPDUSC(true, c, sizeof(c), false, true, resp, sizeof(resp), &resp_len);
return resp[8];
}
}