summaryrefslogtreecommitdiffstats
path: root/src/zix/common.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-29 01:06:33 +0000
committerDavid Robillard <d@drobilla.net>2011-09-29 01:06:33 +0000
commit70610a9cc403148e248fa2300fd7c0757f86a339 (patch)
treeeac7c88ab447c854bf470008a6351f7fc944fca8 /src/zix/common.h
parent8a1dc198ffbc358bc299898928c9cc48f8547a78 (diff)
downloadlilv-70610a9cc403148e248fa2300fd7c0757f86a339.tar.gz
lilv-70610a9cc403148e248fa2300fd7c0757f86a339.tar.bz2
lilv-70610a9cc403148e248fa2300fd7c0757f86a339.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3506 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/zix/common.h')
-rw-r--r--src/zix/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zix/common.h b/src/zix/common.h
index 8ed0b0b..052cb7b 100644
--- a/src/zix/common.h
+++ b/src/zix/common.h
@@ -65,7 +65,7 @@ typedef bool (*ZixEqualFunc)(const void* a, const void* b);
Function to destroy an element.
*/
typedef void (*ZixDestroyFunc)(const void* ptr);
-
+
/**@}
*/