Skip to content

Commit

Permalink
clang format check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdr428 committed May 11, 2024
1 parent b9d6b1b commit 0329fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsMuxer/matroskaDemuxer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ int MatroskaDemuxer::matroska_parse_block(uint8_t *data, int size, const int64_t
{
LTRACE(LT_INFO, 0, "EBML block data error");
break;
}
}
}
break;
}
Expand Down

0 comments on commit 0329fb3

Please sign in to comment.