Fixed indentation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user