mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
59483e8c3b
commit
a27b3af4cb
1 changed files with 12 additions and 12 deletions
|
@ -827,9 +827,9 @@ int CmdEM4x50Sim(const char *Cmd) {
|
||||||
// print response
|
// print response
|
||||||
bool isOK = resp.status;
|
bool isOK = resp.status;
|
||||||
if (isOK) {
|
if (isOK) {
|
||||||
PrintAndLogEx(SUCCESS,"\nsimulation data " _GREEN_("ok") "\n");
|
PrintAndLogEx(SUCCESS, "\nsimulation data " _GREEN_("ok") "\n");
|
||||||
} else {
|
} else {
|
||||||
PrintAndLogEx(FAILED,"\nsimulating data " _RED_("failed") "\n");
|
PrintAndLogEx(FAILED, "\nsimulating data " _RED_("failed") "\n");
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -891,9 +891,9 @@ int CmdEM4x50Test(const char *Cmd) {
|
||||||
// print response
|
// print response
|
||||||
bool isOK = resp.status;
|
bool isOK = resp.status;
|
||||||
if (isOK) {
|
if (isOK) {
|
||||||
PrintAndLogEx(SUCCESS,"\ntest " _GREEN_("ok") "\n");
|
PrintAndLogEx(SUCCESS, "\ntest " _GREEN_("ok") "\n");
|
||||||
} else {
|
} else {
|
||||||
PrintAndLogEx(FAILED,"\ntest " _RED_("failed") "\n");
|
PrintAndLogEx(FAILED, "\ntest " _RED_("failed") "\n");
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue