py/objslice: Fix indent.

This commit is contained in:
Tom Soulanille 2015-09-15 14:30:52 -07:00 committed by Damien George
parent aeb62f9ae3
commit 661d9d1901

View file

@ -79,7 +79,7 @@ const mp_obj_type_t mp_type_slice = {
.name = MP_QSTR_slice,
.print = slice_print,
#if MICROPY_PY_BUILTINS_SLICE_ATTRS
.attr = slice_attr,
.attr = slice_attr,
#endif
};