Fixed indentation

This commit is contained in:
Martin Holst Swende 2015-01-03 14:29:22 +01:00
commit 3400a4358d

View file

@ -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