mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
make style
This commit is contained in:
parent
e4972e8810
commit
517f0886ba
2 changed files with 13 additions and 14 deletions
|
@ -407,8 +407,7 @@ static bool hitag2_password(uint8_t *rx, const size_t rxlen, uint8_t *tx, size_t
|
|||
bAuthenticating = true;
|
||||
memcpy(tx, password, 4);
|
||||
*txlen = 32;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
// stage 2, got config byte+password TAG, discard as will read later
|
||||
if (bAuthenticating) {
|
||||
bAuthenticating = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue