mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
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:
@@ -2161,8 +2161,8 @@ void CZapit::sendBouquets(int connfd, const bool emptyBouquetsToo, CZapitClient:
|
||||
for (uint32_t i = 0; i < g_bouquetManager->Bouquets.size(); i++) {
|
||||
if (emptyBouquetsToo || (!g_bouquetManager->Bouquets[i]->bHidden && g_bouquetManager->Bouquets[i]->bUser)
|
||||
|| ((!g_bouquetManager->Bouquets[i]->bHidden)
|
||||
&& (((curMode & RADIO_MODE) && !g_bouquetManager->Bouquets[i]->radioChannels.empty()) ||
|
||||
((curMode & TV_MODE) && !g_bouquetManager->Bouquets[i]->tvChannels.empty()))))
|
||||
&& (((curMode & RADIO_MODE) && !g_bouquetManager->Bouquets[i]->radioChannels.empty())
|
||||
|| ((curMode & TV_MODE) && !g_bouquetManager->Bouquets[i]->tvChannels.empty()))))
|
||||
{
|
||||
msgBouquet.bouquet_nr = i;
|
||||
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 */
|
||||
switch(config.cam_ci){
|
||||
switch(config.cam_ci)
|
||||
{
|
||||
case 2:
|
||||
ca->SetInitMask(CA_INIT_BOTH);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user