diff options
author | David Robillard <d@drobilla.net> | 2014-02-01 02:20:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-02-01 02:20:24 +0000 |
commit | 2e920d824202f9df8b839239ef2db54cf1c3b7e6 (patch) | |
tree | 82cf01aa53613395c5b545aad2871babe45f0a66 /src | |
parent | d10ea3bd9e270216bad0fa8eb3f40197332ddbce (diff) | |
download | lilv-2e920d824202f9df8b839239ef2db54cf1c3b7e6.tar.gz lilv-2e920d824202f9df8b839239ef2db54cf1c3b7e6.tar.bz2 lilv-2e920d824202f9df8b839239ef2db54cf1c3b7e6.zip |
Fix indentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5330 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ lilv_ui_is_supported(const LilvUI* ui, LILV_FOREACH(nodes, c, classes) { const LilvNode* type = lilv_nodes_get(classes, c); const unsigned q = supported_func(lilv_node_as_uri(container_type), - lilv_node_as_uri(type)); + lilv_node_as_uri(type)); if (q) { if (ui_type) { *ui_type = type; |