make style

This commit is contained in:
Philippe Teuwen
2020-06-08 03:15:10 +02:00
parent a1eb8e78b6
commit 224cb2ffd7
38 changed files with 1531 additions and 1550 deletions

View File

@@ -219,7 +219,7 @@ static int sda_test_pk(bool verbose) {
struct emv_pk *ipk = emv_pki_recover_issuer_cert(pk, db);
if (!ipk) {
PrintAndLogEx(WARNING, "Could not recover Issuer certificate!");
PrintAndLogEx(WARNING, "Could not recover Issuer certificate!");
tlvdb_free(db);
return 2;
}
@@ -269,4 +269,4 @@ int exec_sda_test(bool verbose) {
}
PrintAndLogEx(SUCCESS, "SDA test pk: %s", _GREEN_("passed"));
return 0;
}
}