mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
used tabs instead of spaces
This commit is contained in:
parent
78f59945a7
commit
1cb9b2a3cf
3 changed files with 12 additions and 12 deletions
|
@ -85,8 +85,8 @@ size_t removeParity(uint8_t *BitStream, size_t startIdx, uint8_t pLen, uint8_t p
|
|||
case 2: if (BitStream[j]==0) return 0; break; //should be 1 spacer bit
|
||||
default: //test parity
|
||||
if (parityTest(parityWd, pLen, pType) == 0)
|
||||
return 0;
|
||||
break;
|
||||
return 0;
|
||||
break;
|
||||
}
|
||||
bitCnt+=(pLen-1);
|
||||
parityWd = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue