summaryrefslogtreecommitdiffstats
path: root/zix/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/common.h')
-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);
-
+
/**@}
*/