summaryrefslogtreecommitdiff
path: root/shared-bindings/camera/__init__.c
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-03-18 23:14:43 -0400
committerDan Halbert <halbert@halwitz.org>2021-03-18 23:14:43 -0400
commitb2d913412f79c09ddac6e123f0e347117a7580c5 (patch)
tree48eb8dbe674559a7618f8c63e4dacbd0ed2ebbeb /shared-bindings/camera/__init__.c
parent08c5dbb0033c2f3838d7d52f98d3844a56253f81 (diff)
parentd0125617fd9b2652faa1f3c9a88277304fcc66c4 (diff)
merge from upstream
Diffstat (limited to 'shared-bindings/camera/__init__.c')
-rw-r--r--shared-bindings/camera/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/camera/__init__.c b/shared-bindings/camera/__init__.c
index 080516d51..dfe1093a4 100644
--- a/shared-bindings/camera/__init__.c
+++ b/shared-bindings/camera/__init__.c
@@ -46,5 +46,5 @@ STATIC MP_DEFINE_CONST_DICT(camera_module_globals, camera_module_globals_table);
const mp_obj_module_t camera_module = {
.base = { &mp_type_module },
- .globals = (mp_obj_dict_t*)&camera_module_globals,
+ .globals = (mp_obj_dict_t *)&camera_module_globals,
};