summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-10 00:04:33 +0000
committerDavid Robillard <d@drobilla.net>2011-12-10 00:04:33 +0000
commite2c6ce48a51f87274d6566f7e47e81c88bf571bc (patch)
tree28f0778de38ae13cd72fabf92c01465c60ac503c /src/world.c
parent005954c907e140698aefa04d57c701e0327602f5 (diff)
downloadlilv-e2c6ce48a51f87274d6566f7e47e81c88bf571bc.tar.gz
lilv-e2c6ce48a51f87274d6566f7e47e81c88bf571bc.tar.bz2
lilv-e2c6ce48a51f87274d6566f7e47e81c88bf571bc.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3846 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.c b/src/world.c
index ba75ec8..26530a1 100644
--- a/src/world.c
+++ b/src/world.c
@@ -168,8 +168,8 @@ lilv_world_free(LilvWorld* world)
LILV_API
void
-lilv_world_set_option(LilvWorld* world,
- const char* option,
+lilv_world_set_option(LilvWorld* world,
+ const char* option,
const LilvNode* value)
{
if (!strcmp(option, LILV_OPTION_DYN_MANIFEST)) {