summaryrefslogtreecommitdiffstats
path: root/src/server/ingen_lv2.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
committerDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
commit782502d948a6db4c70224ff856ecdece7c957325 (patch)
tree7d4e7b1d768c8ed418a10f14e7235e8bf4d4a3ac /src/server/ingen_lv2.cpp
parent2b32dca8340a7bf5001135006f607d75bed359c1 (diff)
downloadingen-782502d948a6db4c70224ff856ecdece7c957325.tar.gz
ingen-782502d948a6db4c70224ff856ecdece7c957325.tar.bz2
ingen-782502d948a6db4c70224ff856ecdece7c957325.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4112 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/ingen_lv2.cpp')
-rw-r--r--src/server/ingen_lv2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ingen_lv2.cpp b/src/server/ingen_lv2.cpp
index 1b11cbc5..1f442a96 100644
--- a/src/server/ingen_lv2.cpp
+++ b/src/server/ingen_lv2.cpp
@@ -643,7 +643,7 @@ lib_cleanup(LV2_Lib_Handle handle)
Lib* lib = (Lib*)handle;
delete lib;
}
-
+
static const LV2_Descriptor*
lib_get_plugin(LV2_Lib_Handle handle, uint32_t index)
{