mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
make style
This commit is contained in:
parent
c533d3aba8
commit
2517e8b345
10 changed files with 65 additions and 33 deletions
|
@ -2724,7 +2724,7 @@ void MifareHasStaticEncryptedNonce(uint8_t block_no, uint8_t key_type, uint8_t *
|
|||
goto OUT;
|
||||
};
|
||||
|
||||
if (g_dbglevel >= DBG_INFO)
|
||||
if (g_dbglevel >= DBG_INFO)
|
||||
Dbprintf("nt: %x, nt encoded: %x", nt, ntenc);
|
||||
|
||||
if (oldntenc == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue