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

This commit is contained in:
[CST] Focus
2012-03-13 14:49:52 +04:00
parent 3468fffd75
commit d0af67f529

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