From f070492fd619e8d9588a3fee563eca73ecbe1e14 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 25 Oct 2008 14:33:11 +0000 Subject: [PATCH] cosmetics git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1801 0778d3d1-df1d-0410-868b-ea421aaaa00d --- plugins/ladspa_effect/ladspa_effect.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/ladspa_effect/ladspa_effect.cpp b/plugins/ladspa_effect/ladspa_effect.cpp index e1c0d4459..9c1764a42 100644 --- a/plugins/ladspa_effect/ladspa_effect.cpp +++ b/plugins/ladspa_effect/ladspa_effect.cpp @@ -187,8 +187,7 @@ bool ladspaEffect::processAudioBuffer( sampleFrame * _buf, } break; case CONTROL_RATE_INPUT: - if( pp->control == - NULL ) + if( pp->control == NULL ) { break; }