summaryrefslogtreecommitdiff
path: root/shared-bindings/msgpack/ExtType.c
diff options
context:
space:
mode:
authorJeff Epler <jeff@adafruit.com>2021-03-15 13:50:49 -0500
committerGitHub <noreply@github.com>2021-03-15 13:50:49 -0500
commit05ed179e11599dd45a76dfb14ecf624d0ff96d68 (patch)
treea046c6d1f117814168150484ed1bf7840d3400d7 /shared-bindings/msgpack/ExtType.c
parent3cbff45f9aac5ea2855bbc888083d356a91c80fe (diff)
parentf9b4189b4c640823dabb76de8effd2a836da2eb0 (diff)
Merge pull request #4362 from microDev1/code-formatting
Add code formatting and translations check
Diffstat (limited to 'shared-bindings/msgpack/ExtType.c')
-rw-r--r--shared-bindings/msgpack/ExtType.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/msgpack/ExtType.c b/shared-bindings/msgpack/ExtType.c
index e9ddd32bc..44731c016 100644
--- a/shared-bindings/msgpack/ExtType.c
+++ b/shared-bindings/msgpack/ExtType.c
@@ -122,5 +122,5 @@ const mp_obj_type_t mod_msgpack_exttype_type = {
{ &mp_type_type },
.name = MP_QSTR_ExtType,
.make_new = mod_msgpack_exttype_make_new,
- .locals_dict = (mp_obj_dict_t*)&mod_msgpack_exttype_locals_dict,
+ .locals_dict = (mp_obj_dict_t *)&mod_msgpack_exttype_locals_dict,
};