Skip to content
Snippets Groups Projects
Commit 08e9470a authored by q3k's avatar q3k
Browse files

uctx: reformat

parent d63d65b8
Branches
Tags
No related merge requests found
......@@ -129,8 +129,7 @@ void gc_collect(void);
(float)mp_obj_get_float(args[2]), \
(float)mp_obj_get_float(args[3]), \
(float)mp_obj_get_float(args[4]), \
(float)mp_obj_get_float(args[5]), \
mp_obj_get_int(args[6])); \
(float)mp_obj_get_float(args[5]), mp_obj_get_int(args[6])); \
return self; \
} \
MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(mp_ctx_##name##_obj, 7, 7, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment