1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Whitespace clean-up

This commit is contained in:
hogliux 2016-10-27 09:52:24 +01:00
parent 76a9b7d24a
commit c4d36d15b1

View file

@ -3039,7 +3039,7 @@ void VSTPluginFormat::setExtraFunctions (AudioPluginInstance* plugin, ExtraFunct
AudioPluginInstance* VSTPluginFormat::getPluginInstanceFromVstEffectInterface (void* aEffect)
{
if (VstEffectInterface* vstAEffect = reinterpret_cast<VstEffectInterface*> (aEffect))
if (VstEffectInterface* vstAEffect = reinterpret_cast<VstEffectInterface*> (aEffect))
if (VSTPluginInstance* instanceVST = reinterpret_cast<VSTPluginInstance*> (vstAEffect->hostSpace2))
return dynamic_cast<AudioPluginInstance*> (instanceVST);