just indentation alignments; no other code changes

Origin commit data
------------------
Branch: ni/coolstream
Commit: 87ff6fcf0f
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-02-16 (Sun, 16 Feb 2020)

Origin message was:
------------------
- just indentation alignments; no other code changes

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-02-16 20:13:34 +01:00
parent cd56814af6
commit df38e40a04
2 changed files with 73 additions and 78 deletions

View File

@@ -542,7 +542,6 @@ t_channel_id getepgid(std::string epg_name)
CBouquetManager::ChannelIterator cit = g_bouquetManager->tvChannelsBegin();
// FIXME: Maybe there's a nicer solution
for (int m = CZapitClient::MODE_TV; m < CZapitClient::MODE_ALL; m++)
{
if (m == CZapitClient::MODE_RADIO)
@@ -565,8 +564,7 @@ t_channel_id getepgid(std::string epg_name)
else
continue;
}
} // for m-loop
}
return 0;
}

View File

@@ -3265,7 +3265,6 @@ void CControlAPI::xmltvepgCGI(CyhookHandler *hh)
{
g_bouquetManager->Bouquets[i]->getTvChannels(chanlist);
// FIXME: Maybe there's a nicer solution
for (int m = CZapitClient::MODE_TV; m < CZapitClient::MODE_ALL; m++)
{
if (m == CZapitClient::MODE_RADIO)
@@ -3314,8 +3313,7 @@ void CControlAPI::xmltvepgCGI(CyhookHandler *hh)
}
}
}
} // for m-loop
}
}
result = hh->outObject("tv generator-info-name=\"Neutrino XMLTV Generator v1.0\"", result);
@@ -3358,7 +3356,6 @@ void CControlAPI::xmltvm3uCGI(CyhookHandler *hh)
{
ZapitChannelList chanlist;
// FIXME: Maybe there's a nicer solution
for (int m = CZapitClient::MODE_TV; m < CZapitClient::MODE_ALL; m++)
{
if (mode == CZapitClient::MODE_RADIO || m == CZapitClient::MODE_RADIO)
@@ -3392,7 +3389,7 @@ void CControlAPI::xmltvm3uCGI(CyhookHandler *hh)
if (mode != CZapitClient::MODE_ALL)
break;
} // for m-loop
}
}
hh->SendResult(result);