Skip to content

Commit aeb16c3

Browse files
committed
Add a bit of whitespace.
1 parent 81ad89c commit aeb16c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/objlist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static mp_obj_t list_binary_op(int op, mp_obj_t lhs, mp_obj_t rhs) {
5555
s->items[i] = o->items[i];
5656
}
5757
for (int i = 0; i < p->len; i++) {
58-
s->items[i+o->len] = p->items[i];
58+
s->items[i + o->len] = p->items[i];
5959
}
6060
return s;
6161
}

0 commit comments

Comments
 (0)