summaryrefslogtreecommitdiff
path: root/shared-module/rgbmatrix/allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-module/rgbmatrix/allocator.h')
-rw-r--r--shared-module/rgbmatrix/allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/rgbmatrix/allocator.h b/shared-module/rgbmatrix/allocator.h
index 3431046d5..5c11ad52a 100644
--- a/shared-module/rgbmatrix/allocator.h
+++ b/shared-module/rgbmatrix/allocator.h
@@ -32,6 +32,6 @@
#include "supervisor/memory.h"
#define _PM_allocate common_hal_rgbmatrix_allocator_impl
-#define _PM_free(x) (common_hal_rgbmatrix_free_impl((x)), (x)=NULL, (void)0)
+#define _PM_free(x) (common_hal_rgbmatrix_free_impl((x)), (x) = NULL, (void)0)
extern void *common_hal_rgbmatrix_allocator_impl(size_t sz);
extern void common_hal_rgbmatrix_free_impl(void *);