Adjust coding style

This commit is contained in:
Daniel Winzen
2015-01-04 16:33:19 +01:00
parent e6e8f28fc8
commit 5e4752e041

View File

@@ -402,7 +402,7 @@ void FxMixerView::deleteUnusedChannels()
tracks += Engine::getBBTrackContainer()->tracks();
// go through all FX Channels
for(int i = m_fxChannelViews.size()-1; i>0; --i)
for(int i = m_fxChannelViews.size()-1; i > 0; --i)
{
// check if an instrument references to the current channel
bool empty=true;