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
5eeb356418
commit
a55e597e36
37 changed files with 193 additions and 193 deletions
|
@ -21,7 +21,7 @@ static int CmdSecurakeyDemod(const char *Cmd) {
|
|||
PrintAndLogEx(DEBUG, "DEBUG: Error - Securakey: ASK/Manchester Demod failed");
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
if (st)
|
||||
if (st)
|
||||
return PM3_ESOFT;
|
||||
|
||||
size_t size = DemodBufferLen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue