Browse Source

py/objslice: Fix indent.

pull/1468/head
Tom Soulanille 9 years ago
committed by Damien George
parent
commit
661d9d1901
  1. 2
      py/objslice.c

2
py/objslice.c

@ -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
};

Loading…
Cancel
Save