mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -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);
|
||||
if (end_blk < st_blk) {
|
||||
errors = true;
|
||||
break; }
|
||||
break;
|
||||
}
|
||||
cmdp += 2;
|
||||
break;
|
||||
|
||||
|
|
|
@ -460,7 +460,8 @@ static int CmdHIDBrute(const char *Cmd) {
|
|||
case 2:
|
||||
PrintAndLogEx(INFO, "Brute-forcing direction: " _YELLOW_("DOWN"));
|
||||
break;
|
||||
default: break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
PrintAndLogEx(INFO, "Brute-forcing HID reader");
|
||||
|
@ -518,7 +519,8 @@ static int CmdHIDBrute(const char *Cmd) {
|
|||
case 2:
|
||||
exitloop = fin_low;
|
||||
break;
|
||||
default: break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
} while (exitloop == false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue