From 8e961aaa04d13a8bd63fdc344dc71d0d4c7a0075 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Mon, 9 Sep 2024 18:01:02 +0800 Subject: [PATCH] Re-fixed indent --- client/src/cmdhficlass.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 967316ff9..647cf189f 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -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