bouquetlist: fix indentation

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

Origin message was:
------------------
- bouquetlist: fix indentation
This commit is contained in:
vanhofen
2024-01-01 20:14:35 +01:00
committed by Thilo Graf
parent ad1a4d58ec
commit 9119bcbecc

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;
}