Skip to content

Commit

Permalink
tidy: Quiet a warning about duplicated else clauses.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed May 13, 2023
1 parent 58bae23 commit 15190b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/channelscan/hdhrchannelfetcher.cpp
Expand Up @@ -385,7 +385,7 @@ void HDHRChannelFetcher::run(void)
LOG(VB_CHANSCAN, LOG_INFO, QString("Found %1").arg(msg));

if ((channelType == "Radio") && (m_serviceType & kRequireVideo))
{
{ // NOLINT(bugprone-branch-clone)
// Ignore this radio channel
if (m_scanMonitor)
{
Expand Down

0 comments on commit 15190b6

Please sign in to comment.