mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
armsrc Standalone: fix mix of spaces & tabs
This commit is contained in:
parent
1fe75f2481
commit
957464ca88
9 changed files with 1100 additions and 1100 deletions
|
@ -294,7 +294,7 @@ void RunMod() {
|
||||||
Dbprintf("[+] Printing mf keys");
|
Dbprintf("[+] Printing mf keys");
|
||||||
for (uint8_t keycnt = 0; keycnt < mfKeysCnt; keycnt++)
|
for (uint8_t keycnt = 0; keycnt < mfKeysCnt; keycnt++)
|
||||||
Dbprintf("[-] chk mf key[%2d] %02x%02x%02x%02x%02x%02x", keycnt,
|
Dbprintf("[-] chk mf key[%2d] %02x%02x%02x%02x%02x%02x", keycnt,
|
||||||
(keyBlock + 6*keycnt)[0],(keyBlock + 6*keycnt)[1], (keyBlock + 6*keycnt)[2],
|
(keyBlock + 6*keycnt)[0], (keyBlock + 6*keycnt)[1], (keyBlock + 6*keycnt)[2],
|
||||||
(keyBlock + 6*keycnt)[3], (keyBlock + 6*keycnt)[4], (keyBlock + 6*keycnt)[5], 6);
|
(keyBlock + 6*keycnt)[3], (keyBlock + 6*keycnt)[4], (keyBlock + 6*keycnt)[5], 6);
|
||||||
DbpString("--------------------------------------------------------");
|
DbpString("--------------------------------------------------------");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue