mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-17 03:00:16 -04:00
style
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user