mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-23 20:37:27 +02:00
Fix style
This commit is contained in:
@@ -159,7 +159,6 @@ class YaEditController : public Steinberg::Vst::IEditController {
|
|||||||
*/
|
*/
|
||||||
struct GetParamStringByValueResponse {
|
struct GetParamStringByValueResponse {
|
||||||
UniversalTResult result;
|
UniversalTResult result;
|
||||||
|
|
||||||
std::u16string string;
|
std::u16string string;
|
||||||
|
|
||||||
template <typename S>
|
template <typename S>
|
||||||
@@ -202,7 +201,6 @@ class YaEditController : public Steinberg::Vst::IEditController {
|
|||||||
*/
|
*/
|
||||||
struct GetParamValueByStringResponse {
|
struct GetParamValueByStringResponse {
|
||||||
UniversalTResult result;
|
UniversalTResult result;
|
||||||
|
|
||||||
Steinberg::Vst::ParamValue value_normalized;
|
Steinberg::Vst::ParamValue value_normalized;
|
||||||
|
|
||||||
template <typename S>
|
template <typename S>
|
||||||
|
|||||||
Reference in New Issue
Block a user