mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
all: Reformat C and Python source code with tools/codeformat.py.
This is run with uncrustify 0.70.1, and black 19.10b0.
This commit is contained in:
@@ -161,7 +161,7 @@ const mp_obj_type_t mp_type_deque = {
|
||||
.name = MP_QSTR_deque,
|
||||
.make_new = deque_make_new,
|
||||
.unary_op = deque_unary_op,
|
||||
.locals_dict = (mp_obj_dict_t*)&deque_locals_dict,
|
||||
.locals_dict = (mp_obj_dict_t *)&deque_locals_dict,
|
||||
};
|
||||
|
||||
#endif // MICROPY_PY_COLLECTIONS_DEQUE
|
||||
|
||||
Reference in New Issue
Block a user