Skip to content

Commit

Permalink
clang format check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdr428 committed Aug 8, 2023
1 parent 4ec9b6e commit 84e485b
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 311 deletions.
3 changes: 1 addition & 2 deletions tsMuxer/AbstractDemuxer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

AbstractDemuxer::~AbstractDemuxer()
{
for (const auto &m_pidFilter : m_pidFilters)
delete m_pidFilter.second;
for (const auto &m_pidFilter : m_pidFilters) delete m_pidFilter.second;
}
Loading

0 comments on commit 84e485b

Please sign in to comment.