mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 03:28:32 -07:00
Indentation fix
This commit is contained in:
parent
47af8c5fa9
commit
1ccba0b91b
1 changed files with 40 additions and 41 deletions
|
@ -354,8 +354,7 @@ int CmdEM410xBrute(const char *Cmd)
|
|||
|
||||
/* for each hex char */
|
||||
parity[0] = parity[1] = parity[2] = parity[3] = 0;
|
||||
for (i = 0; i < 10; i++)
|
||||
{
|
||||
for (i = 0; i < 10; i++){
|
||||
/* read each hex char */
|
||||
sscanf(&buf[i], "%1x", &n);
|
||||
for (j = 3; j >= 0; j--, n/= 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue