summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-08-04 02:36:38 +0200
committerfalkTX <falktx@gmail.com>2018-08-04 02:36:38 +0200
commit5e57dfbf6be109a4d6812e2692a9879e50ce7857 (patch)
treeccf8b7982b65eacbc1c86574addf338c30a3a759
parentffdfaa6174adaa538150e95a128bf4f5f5f6d292 (diff)
Whitespace
-rw-r--r--distrho/src/DistrhoPluginVST.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrho/src/DistrhoPluginVST.cpp b/distrho/src/DistrhoPluginVST.cpp
index 516cc79e..00f46b2f 100644
--- a/distrho/src/DistrhoPluginVST.cpp
+++ b/distrho/src/DistrhoPluginVST.cpp
@@ -118,8 +118,8 @@ public:
}
}
- bool* parameterChecks;
- float* parameterValues;
+ bool* parameterChecks;
+ float* parameterValues;
# if DISTRHO_PLUGIN_WANT_STATE
virtual void setStateFromUI(const char* const newKey, const char* const newValue) = 0;
@@ -390,7 +390,7 @@ public:
# ifdef __LP64__
fUsingNsView = true;
# else
-# warning 32bit VST UIs on OSX only work if the host supports "hasCockosViewAsConfig"
+# warning 32bit VST UIs on OSX only work if the host supports "hasCockosViewAsConfig"
fUsingNsView = false;
# endif
# endif // DISTRHO_OS_MAC