mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Fixed indentation
This commit is contained in:
parent
854b9a233f
commit
3400a4358d
1 changed files with 585 additions and 585 deletions
|
@ -44,7 +44,7 @@ uint64_t Em410xDecode(uint8_t *BitStream,uint32_t BitLen)
|
|||
uint32_t ii=0;
|
||||
uint8_t resetCnt = 0;
|
||||
while( (idx + 64) < BitLen) {
|
||||
restart:
|
||||
restart:
|
||||
// search for a start of frame marker
|
||||
if ( memcmp(BitStream+idx, frame_marker_mask, sizeof(frame_marker_mask)) == 0)
|
||||
{ // frame marker found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue