fixed tabs

This commit is contained in:
Zoltán Vörös 2020-08-15 18:42:55 +02:00
parent fe08d5be1b
commit 1b7dc263e9

View file

@ -1353,9 +1353,9 @@ mp_obj_t ndarray_binary_op(mp_binary_op_t _op, mp_obj_t lobj, mp_obj_t robj) {
}
}
return MP_OBJ_NULL;
break;
default:
return MP_OBJ_NULL; // op not supported
break;
default:
return MP_OBJ_NULL; // op not supported
break;
}
return MP_OBJ_NULL;