And make style

This commit is contained in:
AloneLiberty 2023-03-26 18:05:11 +03:00
commit d10d8c0039
4 changed files with 9 additions and 9 deletions

View file

@ -8007,7 +8007,7 @@ static int CmdHF14AMfValue(const char *Cmd) {
} }
if (resp.oldarg[0] & 0xFF) { if (resp.oldarg[0] & 0xFF) {
// all ok so set flag to read current value // all ok so set flag to read current value
getval = true; getval = true;
PrintAndLogEx(SUCCESS, "Update ( " _GREEN_("success") " )"); PrintAndLogEx(SUCCESS, "Update ( " _GREEN_("success") " )");
} else { } else {
@ -8040,7 +8040,7 @@ static int CmdHF14AMfValue(const char *Cmd) {
} }
int status = resp.oldarg[0]; int status = resp.oldarg[0];
if (status) { if (status) {
// all ok so set flag to read current value // all ok so set flag to read current value
getval = true; getval = true;
PrintAndLogEx(SUCCESS, "Update ( " _GREEN_("success") " )"); PrintAndLogEx(SUCCESS, "Update ( " _GREEN_("success") " )");
} else if (status == PM3_ETEAROFF) { } else if (status == PM3_ETEAROFF) {

View file

@ -4889,7 +4889,7 @@
"offline": false, "offline": false,
"options": [ "options": [
"-h, --help This help", "-h, --help This help",
"-r, --reset reset card", "-r, --reset Reset card",
"-u, --uid <hex> New UID (4 hex bytes)" "-u, --uid <hex> New UID (4 hex bytes)"
], ],
"usage": "hf mf supercard [-hr] [-u <hex>]" "usage": "hf mf supercard [-hr] [-u <hex>]"
@ -11989,6 +11989,6 @@
"metadata": { "metadata": {
"commands_extracted": 754, "commands_extracted": 754,
"extracted_by": "PM3Help2JSON v1.00", "extracted_by": "PM3Help2JSON v1.00",
"extracted_on": "2023-03-26T13:15:37" "extracted_on": "2023-03-26T15:04:49"
} }
} }