bouquetlist: fix indentation

Origin commit data
------------------
Branch: ni/coolstream
Commit: bc7cfeafa1
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-01 (Mon, 01 Jan 2024)

Origin message was:
------------------
- bouquetlist: fix indentation

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2024-01-01 20:14:35 +01:00
parent dcf7231e16
commit a95aa1280d

View File

@@ -155,7 +155,7 @@ bool CBouquetList::adjustToChannelID(t_channel_id channel_id)
int nChannelPos = Bouquets[selected]->channelList->hasChannelID(channel_id);
if (nChannelPos > -1)
{
//printf("CBouquetList::adjustToChannelID [%s] to %llx -> not needed\n", name.c_str(), channel_id);
//printf("CBouquetList::adjustToChannelID [%s] to %llx -> not needed\n", name.c_str(), channel_id);
Bouquets[selected]->channelList->setSelected(nChannelPos);
return true;
}