summaryrefslogtreecommitdiff
path: root/shared-bindings/uheap/__init__.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/uheap/__init__.c')
-rw-r--r--shared-bindings/uheap/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/uheap/__init__.c b/shared-bindings/uheap/__init__.c
index daf55a613..8c9e2e81d 100644
--- a/shared-bindings/uheap/__init__.c
+++ b/shared-bindings/uheap/__init__.c
@@ -55,5 +55,5 @@ STATIC MP_DEFINE_CONST_DICT(uheap_module_globals, uheap_module_globals_table);
const mp_obj_module_t uheap_module = {
.base = { &mp_type_module },
- .globals = (mp_obj_dict_t*)&uheap_module_globals,
+ .globals = (mp_obj_dict_t *)&uheap_module_globals,
};