mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -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;
|
uint32_t ii=0;
|
||||||
uint8_t resetCnt = 0;
|
uint8_t resetCnt = 0;
|
||||||
while( (idx + 64) < BitLen) {
|
while( (idx + 64) < BitLen) {
|
||||||
restart:
|
restart:
|
||||||
// search for a start of frame marker
|
// search for a start of frame marker
|
||||||
if ( memcmp(BitStream+idx, frame_marker_mask, sizeof(frame_marker_mask)) == 0)
|
if ( memcmp(BitStream+idx, frame_marker_mask, sizeof(frame_marker_mask)) == 0)
|
||||||
{ // frame marker found
|
{ // frame marker found
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue