make style

This commit is contained in:
tharexde 2020-09-23 23:44:01 +02:00
commit a27b3af4cb

View file

@ -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;
} }