From 98f92acf392ea2b4bef0e7b8e08b9a7891d6d080 Mon Sep 17 00:00:00 2001 From: Henna Haahti Date: Sun, 7 Jan 2018 20:10:07 +0200 Subject: [PATCH] Style fix --- distrho/src/DistrhoPluginLV2export.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/distrho/src/DistrhoPluginLV2export.cpp b/distrho/src/DistrhoPluginLV2export.cpp index ec130ad2..7e53019c 100644 --- a/distrho/src/DistrhoPluginLV2export.cpp +++ b/distrho/src/DistrhoPluginLV2export.cpp @@ -256,11 +256,11 @@ void lv2_generate_ttl(const char* const basename) pluginString += ";\n\n"; // supportedOptions - pluginString += " opts:supportedOption <" LV2_BUF_SIZE__nominalBlockLength "> "; - pluginString += ",\n <" LV2_BUF_SIZE__maxBlockLength "> "; - pluginString += ",\n <" LV2_PARAMETERS__sampleRate "> "; - pluginString += ",\n <" LV2_CORE__sampleRate "> "; - pluginString += ";\n\n"; + pluginString += " opts:supportedOption <" LV2_BUF_SIZE__nominalBlockLength "> ,\n"; + pluginString += " <" LV2_BUF_SIZE__maxBlockLength "> ,\n"; + pluginString += " <" LV2_PARAMETERS__sampleRate "> ,\n"; + pluginString += " <" LV2_CORE__sampleRate "> ;\n"; + pluginString += "\n"; // UI #if DISTRHO_PLUGIN_HAS_UI