Fix style

This commit is contained in:
Robbert van der Helm
2021-01-17 15:32:22 +01:00
parent 029f797377
commit 197aadad69
@@ -159,7 +159,6 @@ class YaEditController : public Steinberg::Vst::IEditController {
*/
struct GetParamStringByValueResponse {
UniversalTResult result;
std::u16string string;
template <typename S>
@@ -202,7 +201,6 @@ class YaEditController : public Steinberg::Vst::IEditController {
*/
struct GetParamValueByStringResponse {
UniversalTResult result;
Steinberg::Vst::ParamValue value_normalized;
template <typename S>