mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
make style - again
This commit is contained in:
parent
defc8b52fd
commit
dc1e2df649
1 changed files with 1 additions and 1 deletions
|
@ -1581,7 +1581,7 @@ static int CmdHF14AMfNestedStatic(const char *Cmd) {
|
||||||
if (SectorsCnt == 0) {
|
if (SectorsCnt == 0) {
|
||||||
PrintAndLogEx(WARNING, "Invalid MIFARE Type");
|
PrintAndLogEx(WARNING, "Invalid MIFARE Type");
|
||||||
return PM3_EINVARG;
|
return PM3_EINVARG;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keylen != 6) {
|
if (keylen != 6) {
|
||||||
PrintAndLogEx(WARNING, "Input key must include 12 HEX symbols");
|
PrintAndLogEx(WARNING, "Input key must include 12 HEX symbols");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue