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