mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
style
This commit is contained in:
parent
ffd2c92584
commit
acf3920394
2 changed files with 2 additions and 2 deletions
|
@ -260,7 +260,7 @@ int Hf14443_4aGetCardData(iso14a_card_select_t *card) {
|
|||
PrintAndLogEx(NORMAL, "E-> Error ATS length(%d) : %s", card->ats_len, sprint_hex(card->ats, card->ats_len));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
PrintAndLogEx(NORMAL, " ATS: %s", sprint_hex(card->ats, card->ats_len));
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -10,4 +10,4 @@ int CmdHF14AMfDESAuth(const char *Cmd);
|
|||
int CmdHFMFDesfire(const char *Cmd);
|
||||
int CmdHelp(const char *Cmd);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue