From c4d36d15b1477270f6af12e670be067ebf0968c5 Mon Sep 17 00:00:00 2001 From: hogliux Date: Thu, 27 Oct 2016 09:52:24 +0100 Subject: [PATCH] Whitespace clean-up --- .../juce_audio_processors/format_types/juce_VSTPluginFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp index 5c2d360eb6..d381031c7c 100644 --- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp @@ -3039,7 +3039,7 @@ void VSTPluginFormat::setExtraFunctions (AudioPluginInstance* plugin, ExtraFunct AudioPluginInstance* VSTPluginFormat::getPluginInstanceFromVstEffectInterface (void* aEffect) { - if (VstEffectInterface* vstAEffect = reinterpret_cast (aEffect)) + if (VstEffectInterface* vstAEffect = reinterpret_cast (aEffect)) if (VSTPluginInstance* instanceVST = reinterpret_cast (vstAEffect->hostSpace2)) return dynamic_cast (instanceVST);