Browse Source

Remove unnecessary newlines

pull/29/head
Henna Haahti 8 years ago
parent
commit
db2f8002ff
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      distrho/src/DistrhoPluginLV2export.cpp

+ 0
- 1
distrho/src/DistrhoPluginLV2export.cpp View File

@@ -614,7 +614,6 @@ void lv2_generate_ttl(const char* const basename)
uiString += " <" LV2_URID__map "> ;\n";

uiString += " opts:supportedOption <" LV2_PARAMETERS__sampleRate "> .\n";
uiString += "\n\n";

uiFile << uiString << std::endl;
uiFile.close();


Loading…
Cancel
Save