summaryrefslogtreecommitdiffstats
path: root/src/server/BlockFactory.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-12-21 22:43:22 +0000
committerDavid Robillard <d@drobilla.net>2012-12-21 22:43:22 +0000
commitb199a880010e8cae8e1b0328c86e6af9d79a2eb2 (patch)
tree840c2799094b5304c4dd5ec622aad06c151d2730 /src/server/BlockFactory.cpp
parent26d7e8e9399ef49a37463188cd2f841537c9bb4d (diff)
downloadingen-b199a880010e8cae8e1b0328c86e6af9d79a2eb2.tar.gz
ingen-b199a880010e8cae8e1b0328c86e6af9d79a2eb2.tar.bz2
ingen-b199a880010e8cae8e1b0328c86e6af9d79a2eb2.zip
Strip trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4883 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/BlockFactory.cpp')
-rw-r--r--src/server/BlockFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/BlockFactory.cpp b/src/server/BlockFactory.cpp
index 6d961047..101c97e8 100644
--- a/src/server/BlockFactory.cpp
+++ b/src/server/BlockFactory.cpp
@@ -128,7 +128,7 @@ BlockFactory::load_lv2_plugins()
lilv_new_uri(_world->lilv_world(), uri.c_str()),
lilv_node_free));
}
-
+
const LilvPlugins* plugins = lilv_world_get_all_plugins(_world->lilv_world());
LILV_FOREACH(plugins, i, plugins) {
const LilvPlugin* lv2_plug = lilv_plugins_get(plugins, i);