style
This commit is contained in:
@@ -146,7 +146,7 @@ static int CmdPrescoClone(const char *Cmd) {
|
||||
|
||||
if (i == 0) {
|
||||
SetConfigWithBlock0(blocks[0]);
|
||||
if ( t55xxAquireAndCompareBlock0(false, 0, blocks[0], false) )
|
||||
if (t55xxAquireAndCompareBlock0(false, 0, blocks[0], false))
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -155,9 +155,9 @@ static int CmdPrescoClone(const char *Cmd) {
|
||||
|
||||
}
|
||||
|
||||
if ( res == 0 )
|
||||
if (res == 0)
|
||||
PrintAndLogEx(SUCCESS, "Success writing to tag");
|
||||
|
||||
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user