mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 14:45:37 -07:00
Re-fixed indent
This commit is contained in:
parent
96b1b6d72c
commit
8e961aaa04
1 changed files with 3 additions and 3 deletions
|
@ -2080,12 +2080,12 @@ static int CmdHFiClassDump(const char *Cmd) {
|
|||
if (pagemap != PICOPASS_NON_SECURE_PAGEMODE) {
|
||||
// div key KD
|
||||
memcpy(tag_data + (PICOPASS_BLOCK_SIZE * 3),
|
||||
tempbuf + (PICOPASS_BLOCK_SIZE * 3), PICOPASS_BLOCK_SIZE);
|
||||
tempbuf + (PICOPASS_BLOCK_SIZE * 3), PICOPASS_BLOCK_SIZE);
|
||||
}
|
||||
// all memory available
|
||||
memcpy(tag_data + (PICOPASS_BLOCK_SIZE * payload.start_block),
|
||||
tempbuf + (PICOPASS_BLOCK_SIZE * payload.start_block),
|
||||
blocks_read * PICOPASS_BLOCK_SIZE);
|
||||
tempbuf + (PICOPASS_BLOCK_SIZE * payload.start_block),
|
||||
blocks_read * PICOPASS_BLOCK_SIZE);
|
||||
}
|
||||
|
||||
// try AA2 Kc, Credit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue