summaryrefslogtreecommitdiffstats
path: root/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-29 01:06:53 +0000
committerDavid Robillard <d@drobilla.net>2011-09-29 01:06:53 +0000
commitb3af6f000f23cdc0e3fafdfa407d4cf592c946f4 (patch)
treead12fdc8b1f14d8cacb0353729e48d5125aed5be /zix
parent7aba1b9c1a40ce84b2f9a42988697b7ebd464ee0 (diff)
downloadzix-b3af6f000f23cdc0e3fafdfa407d4cf592c946f4.tar.gz
zix-b3af6f000f23cdc0e3fafdfa407d4cf592c946f4.tar.bz2
zix-b3af6f000f23cdc0e3fafdfa407d4cf592c946f4.zip
Tidy
git-svn-id: http://svn.drobilla.net/zix/trunk@42 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'zix')
-rw-r--r--zix/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zix/common.h b/zix/common.h
index 8ed0b0b..052cb7b 100644
--- a/zix/common.h
+++ b/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);
-
+
/**@}
*/