make style

This commit is contained in:
Anže Jenšterle 2021-02-09 16:56:55 +01:00
commit cd36770c5e
No known key found for this signature in database
GPG key ID: 56821505069EBF5F
22 changed files with 99 additions and 99 deletions

View file

@ -68,7 +68,7 @@ uint8_t mf_crypto1_encrypt4bit(struct Crypto1State *pcs, uint8_t data) {
// send X byte basic commands
int mifare_sendcmd(uint8_t cmd, uint8_t *data, uint8_t data_size, uint8_t *answer, uint8_t *answer_parity, uint32_t *timing) {
uint8_t dcmd[data_size + 3];
dcmd[0] = cmd;
if (data_size > 0)