summaryrefslogtreecommitdiff
path: root/shared-bindings/_pew/__init__.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/_pew/__init__.c')
-rw-r--r--shared-bindings/_pew/__init__.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/_pew/__init__.c b/shared-bindings/_pew/__init__.c
index 912d267c4..2ecf34190 100644
--- a/shared-bindings/_pew/__init__.c
+++ b/shared-bindings/_pew/__init__.c
@@ -57,9 +57,9 @@ STATIC const mp_rom_map_elem_t pew_module_globals_table[] = {
{ MP_OBJ_NEW_QSTR(MP_QSTR_get_ticks), MP_ROM_PTR(&get_ticks_obj)},
};
STATIC MP_DEFINE_CONST_DICT(pew_module_globals,
- pew_module_globals_table);
+ pew_module_globals_table);
const mp_obj_module_t pew_module = {
.base = { &mp_type_module },
- .globals = (mp_obj_dict_t*)&pew_module_globals,
+ .globals = (mp_obj_dict_t *)&pew_module_globals,
};