From 9119bcbecc5fffd6c2904218a0252f76bd21be4b Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 1 Jan 2024 20:14:35 +0100 Subject: [PATCH] bouquetlist: fix indentation Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/bc7cfeafa1450351fbe6ea4688f1e9fd2c6fba09 Author: vanhofen Date: 2024-01-01 (Mon, 01 Jan 2024) Origin message was: ------------------ - bouquetlist: fix indentation --- src/gui/bouquetlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/bouquetlist.cpp b/src/gui/bouquetlist.cpp index ebefac213..70dd35cbc 100644 --- a/src/gui/bouquetlist.cpp +++ b/src/gui/bouquetlist.cpp @@ -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; }