mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
style
This commit is contained in:
parent
d1d9d00d99
commit
aee02cd523
3 changed files with 5 additions and 5 deletions
|
@ -45,9 +45,9 @@ static int openAIDFile(json_t **root, bool verbose) {
|
|||
}
|
||||
|
||||
PrintAndLogEx(DEBUG, "Loaded file " _YELLOW_("%s") " " _GREEN_("%zu") " records ( " _GREEN_("ok") " )"
|
||||
, path
|
||||
, json_array_size(*root)
|
||||
);
|
||||
, path
|
||||
, json_array_size(*root)
|
||||
);
|
||||
out:
|
||||
free(path);
|
||||
return retval;
|
||||
|
|
|
@ -469,7 +469,7 @@ static int CmdFlashMemInfo(const char *Cmd) {
|
|||
CLIParserFree(ctx);
|
||||
|
||||
if (res) {
|
||||
return PM3_EINVARG;
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
|
||||
if (dlen > 0 && dlen < sizeof(id)) {
|
||||
|
|
|
@ -12568,6 +12568,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 725,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2024-03-16T18:47:48"
|
||||
"extracted_on": "2024-03-19T10:15:48"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue