mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
whitespace
This commit is contained in:
parent
adee34083e
commit
107b474b8a
4 changed files with 36 additions and 33 deletions
|
@ -298,7 +298,8 @@ static int CmdHfLTOReadBlock(const char *Cmd) {
|
||||||
end_blk = param_get8(Cmd, cmdp + 1);
|
end_blk = param_get8(Cmd, cmdp + 1);
|
||||||
if (end_blk < st_blk) {
|
if (end_blk < st_blk) {
|
||||||
errors = true;
|
errors = true;
|
||||||
break; }
|
break;
|
||||||
|
}
|
||||||
cmdp += 2;
|
cmdp += 2;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
@ -460,7 +460,8 @@ static int CmdHIDBrute(const char *Cmd) {
|
||||||
case 2:
|
case 2:
|
||||||
PrintAndLogEx(INFO, "Brute-forcing direction: " _YELLOW_("DOWN"));
|
PrintAndLogEx(INFO, "Brute-forcing direction: " _YELLOW_("DOWN"));
|
||||||
break;
|
break;
|
||||||
default: break;
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
PrintAndLogEx(INFO, "Brute-forcing HID reader");
|
PrintAndLogEx(INFO, "Brute-forcing HID reader");
|
||||||
|
@ -518,7 +519,8 @@ static int CmdHIDBrute(const char *Cmd) {
|
||||||
case 2:
|
case 2:
|
||||||
exitloop = fin_low;
|
exitloop = fin_low;
|
||||||
break;
|
break;
|
||||||
default: break;
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
} while (exitloop == false);
|
} while (exitloop == false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue