zapit: just whitespace fixes

Origin commit data
------------------
Commit: 34a7daad93
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-19 (Thu, 19 Dec 2019)

Origin message was:
------------------
- zapit: just whitespace fixes
This commit is contained in:
vanhofen
2019-12-19 23:31:35 +01:00
parent 257d3cb604
commit fbe499249f

View File

@@ -2161,8 +2161,8 @@ void CZapit::sendBouquets(int connfd, const bool emptyBouquetsToo, CZapitClient:
for (uint32_t i = 0; i < g_bouquetManager->Bouquets.size(); i++) { for (uint32_t i = 0; i < g_bouquetManager->Bouquets.size(); i++) {
if (emptyBouquetsToo || (!g_bouquetManager->Bouquets[i]->bHidden && g_bouquetManager->Bouquets[i]->bUser) if (emptyBouquetsToo || (!g_bouquetManager->Bouquets[i]->bHidden && g_bouquetManager->Bouquets[i]->bUser)
|| ((!g_bouquetManager->Bouquets[i]->bHidden) || ((!g_bouquetManager->Bouquets[i]->bHidden)
&& (((curMode & RADIO_MODE) && !g_bouquetManager->Bouquets[i]->radioChannels.empty()) || && (((curMode & RADIO_MODE) && !g_bouquetManager->Bouquets[i]->radioChannels.empty())
((curMode & TV_MODE) && !g_bouquetManager->Bouquets[i]->tvChannels.empty())))) || ((curMode & TV_MODE) && !g_bouquetManager->Bouquets[i]->tvChannels.empty()))))
{ {
msgBouquet.bouquet_nr = i; msgBouquet.bouquet_nr = i;
strncpy(msgBouquet.name, g_bouquetManager->Bouquets[i]->Name.c_str(), 29); strncpy(msgBouquet.name, g_bouquetManager->Bouquets[i]->Name.c_str(), 29);
@@ -2579,7 +2579,8 @@ bool CZapit::Start(Z_start_arg *ZapStart_arg)
} }
/* CA_INIT_CI or CA_INIT_SC or CA_INIT_BOTH */ /* CA_INIT_CI or CA_INIT_SC or CA_INIT_BOTH */
switch(config.cam_ci){ switch(config.cam_ci)
{
case 2: case 2:
ca->SetInitMask(CA_INIT_BOTH); ca->SetInitMask(CA_INIT_BOTH);
break; break;