mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
Add a bit of whitespace.
This commit is contained in:
@@ -55,7 +55,7 @@ static mp_obj_t list_binary_op(int op, mp_obj_t lhs, mp_obj_t rhs) {
|
||||
s->items[i] = o->items[i];
|
||||
}
|
||||
for (int i = 0; i < p->len; i++) {
|
||||
s->items[i+o->len] = p->items[i];
|
||||
s->items[i + o->len] = p->items[i];
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user