summaryrefslogtreecommitdiff
path: root/source/kit/allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/kit/allocator.h')
-rw-r--r--source/kit/allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/kit/allocator.h b/source/kit/allocator.h
index 9bd6e0c..97e453e 100644
--- a/source/kit/allocator.h
+++ b/source/kit/allocator.h
@@ -10,7 +10,7 @@ extern "C" {
enum {
KIT_ALLOC_TYPE_NONE,
KIT_ALLOC_TYPE_DEFAULT,
- KIT_ALLOC_TYPE_BUFFER
+ KIT_ALLOC_TYPE_BUFFER,
};
enum {
@@ -19,7 +19,7 @@ enum {
KIT_DEALLOCATE,
KIT_REALLOCATE,
KIT_REALLOCATE_ZERO,
- KIT_DEALLOCATE_ALL
+ KIT_DEALLOCATE_ALL,
};
typedef struct {