From c3c64bb1bd52afae43bf41a2c2a5dba6fcdbed6c Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 16 Mar 2012 14:19:40 +0400 Subject: [PATCH] neutrino.cpp: fix indent in CNeutrinoApp::SDT_ReloadChannels Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/5cc7321132ecf8b74693a107507a54721a053a7d Author: [CST] Focus Date: 2012-03-16 (Fri, 16 Mar 2012) --- src/neutrino.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 3122f5823..3a6ea9d1e 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3998,14 +3998,14 @@ void CNeutrinoApp::SelectSubtitles() } void CNeutrinoApp::SDT_ReloadChannels() { - g_Zapit->reinitChannels(); - channelsInit(); - t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID(); - channelList->adjustToChannelID(live_channel_id);//FIXME what if deleted ? - if(old_b_id >= 0) { - bouquetList->activateBouquet(old_b_id, false); - old_b_id = -1; - g_RCInput->postMsg(CRCInput::RC_ok, 0); - } + g_Zapit->reinitChannels(); + channelsInit(); + t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID(); + channelList->adjustToChannelID(live_channel_id);//FIXME what if deleted ? + if(old_b_id >= 0) { + bouquetList->activateBouquet(old_b_id, false); + old_b_id = -1; + g_RCInput->postMsg(CRCInput::RC_ok, 0); + } }