gui/channellist.cpp: style, remove space before ()

Origin commit data
------------------
Branch: ni/coolstream
Commit: d0af67f529
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-13 (Tue, 13 Mar 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-03-13 14:49:52 +04:00
parent 4df57e32ce
commit f26f17de30

View File

@@ -181,7 +181,7 @@ void CChannelList::updateEvents(unsigned int from, unsigned int to)
(e->startTime < (long)chanlist[count]->nextEvent.startTime))
{
chanlist[count]->nextEvent = *e;
break; //max: FIXME no sense to continue ?
break;
}
}
}
@@ -454,12 +454,12 @@ int CChannelList::exec()
displayNext = 0; // always start with current events
int nNewChannel = show();
if ( nNewChannel > -1) {
#if 1
if(this->historyMode && chanlist[nNewChannel]) {
int new_mode = CNeutrinoApp::getInstance()->channelList->getLastChannels().get_mode(chanlist[nNewChannel]->channel_id);
if(new_mode >= 0)
CNeutrinoApp::getInstance()->SetChannelMode(new_mode);
}
#if 1
CNeutrinoApp::getInstance()->channelList->zapTo(getKey(nNewChannel)-1);
#else
CNeutrinoApp::getInstance()->channelList->NewZap(chanlist[nNewChannel]->channel_id);