A bit of stylistic cleanup (chose the wrong side during conflict resolution).

This commit is contained in:
John R. Lenton
2014-01-07 18:06:34 +00:00
parent 270112f731
commit 3391e19068
9 changed files with 24 additions and 24 deletions

View File

@@ -62,8 +62,8 @@ static mp_obj_t float_binary_op(int op, mp_obj_t lhs_in, mp_obj_t rhs_in) {
}
const mp_obj_type_t float_type = {
.base = { &mp_const_type },
.name = "float",
{ &mp_const_type },
"float",
.print = float_print,
.make_new = float_make_new,
.unary_op = float_unary_op,