diff options
author | David Robillard <d@drobilla.net> | 2015-02-17 20:21:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-17 20:21:26 +0000 |
commit | e776fa4cc2ea5c576623ca5687619f7191d290b2 (patch) | |
tree | 78dcbedae309ff236d1589afa9b574c19de34180 /lvz | |
parent | aa6634a53f59418cb5fbb3ac5b306aae357637ef (diff) | |
download | mda.lv2-e776fa4cc2ea5c576623ca5687619f7191d290b2.tar.gz mda.lv2-e776fa4cc2ea5c576623ca5687619f7191d290b2.tar.bz2 mda.lv2-e776fa4cc2ea5c576623ca5687619f7191d290b2.zip |
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@5582 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lvz')
-rw-r--r-- | lvz/audioeffectx.h | 1 | ||||
-rw-r--r-- | lvz/gendata.cpp | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lvz/audioeffectx.h b/lvz/audioeffectx.h index b573129..090bb60 100644 --- a/lvz/audioeffectx.h +++ b/lvz/audioeffectx.h @@ -149,4 +149,3 @@ AudioEffectX* lvz_new_audioeffectx(); } #endif // LVZ_AUDIOEFFECTX_H - diff --git a/lvz/gendata.cpp b/lvz/gendata.cpp index cc4cc49..2bddf9d 100644 --- a/lvz/gendata.cpp +++ b/lvz/gendata.cpp @@ -160,8 +160,8 @@ write_plugin(AudioEffectX* effect, const string& lib_file_name) std::string preset_uri = string(effect->getURI()) + "#pset-" + symbolify(name_buf, '-'); - - // Write wanifest entry + + // Write manifest entry std::cout << "<" << preset_uri << ">" << "\n\ta pset:Preset ;\n\tlv2:appliesTo <" << effect->getURI() << "> ;\n\t" @@ -249,4 +249,3 @@ main(int argc, char** argv) return 0; } - |