From 5e4752e041f007dea1b50d98fc962511cd7c8f46 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 4 Jan 2015 16:33:19 +0100 Subject: [PATCH] Adjust coding style --- src/gui/FxMixerView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/FxMixerView.cpp b/src/gui/FxMixerView.cpp index b1787bac3..8692245ff 100644 --- a/src/gui/FxMixerView.cpp +++ b/src/gui/FxMixerView.cpp @@ -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;