From 6c72abfc6d6649f07d85f70b25ce4393dc775a39 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Apr 2011 02:07:42 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3241 a436a847-0d15-0410-975c-d299462d15a1 --- src/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/port.c') diff --git a/src/port.c b/src/port.c index b11980a..2161f0f 100644 --- a/src/port.c +++ b/src/port.c @@ -120,7 +120,7 @@ lilv_port_get_value(const LilvPlugin* p, const LilvPort* port, const LilvNode* predicate) { - if ( ! lilv_node_is_uri(predicate)) { + if (!lilv_node_is_uri(predicate)) { LILV_ERROR("Predicate is not a URI\n"); return NULL; } -- cgit v1.2.1