summaryrefslogtreecommitdiffstats
path: root/src/zix/common.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-29 00:59:16 +0000
committerDavid Robillard <d@drobilla.net>2011-09-29 00:59:16 +0000
commit829760ac063b9cbab3546fdb1d78cfac1ebd52fd (patch)
tree19cef72d0ef8e4d59df03930953f5d325165084a /src/zix/common.h
parentba34cfd454a1d5bdbab60322966ef39236c9f5b8 (diff)
downloadsord-829760ac063b9cbab3546fdb1d78cfac1ebd52fd.tar.gz
sord-829760ac063b9cbab3546fdb1d78cfac1ebd52fd.tar.bz2
sord-829760ac063b9cbab3546fdb1d78cfac1ebd52fd.zip
Tidy.
git-svn-id: http://svn.drobilla.net/sord/trunk@166 3d64ff67-21c5-427c-a301-fe4f08042e5a
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 a7edf76..7c8c942 100644
--- a/src/zix/common.h
+++ b/src/zix/common.h
@@ -60,7 +60,7 @@ typedef int (*ZixComparator)(const void* a, const void* b, void* user_data);
Function for testing equality of two elements.
*/
typedef bool (*ZixEqualFunc)(const void* a, const void* b);
-
+
/**@}
*/