mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -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;
|
bAuthenticating = true;
|
||||||
memcpy(tx, password, 4);
|
memcpy(tx, password, 4);
|
||||||
*txlen = 32;
|
*txlen = 32;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// stage 2, got config byte+password TAG, discard as will read later
|
// stage 2, got config byte+password TAG, discard as will read later
|
||||||
if (bAuthenticating) {
|
if (bAuthenticating) {
|
||||||
bAuthenticating = false;
|
bAuthenticating = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue