From 5d9eb7ee1f177ba7f5acef9b5c668ee2fa3dae74 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 28 May 2020 09:26:04 +0100 Subject: [PATCH] Whitespace --- modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp index 9450817902..81bd5a220e 100644 --- a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp @@ -1368,7 +1368,7 @@ public: return { (int16) roundToInt (rect.top * desktopScale), (int16) roundToInt (rect.left * desktopScale), (int16) roundToInt (rect.bottom * desktopScale), - (int16) roundToInt (rect.right * desktopScale)}; + (int16) roundToInt (rect.right * desktopScale) }; } //==============================================================================