style
This commit is contained in:
@@ -902,7 +902,7 @@ static int CmdLegicRestore(const char *Cmd) {
|
||||
}
|
||||
|
||||
if (shall_obsfuscate) {
|
||||
if (legic_xor(data, card.cardsize) == false){
|
||||
if (legic_xor(data, card.cardsize) == false) {
|
||||
PrintAndLogEx(FAILED, "Obsfuscate failed, exiting...");
|
||||
PrintAndLogEx(HINT, "Try running command without `--ob` parameter");
|
||||
free(data);
|
||||
|
||||
Reference in New Issue
Block a user