py/modsys: Consistently use indented #if's.

This commit is contained in:
Paul Sokolovsky 2015-11-21 15:32:00 +02:00
parent 3ba61656bd
commit 72bd172b30

View File

@ -159,6 +159,7 @@ STATIC const mp_map_elem_t mp_module_sys_globals_table[] = {
#else #else
{ MP_OBJ_NEW_QSTR(MP_QSTR_byteorder), MP_OBJ_NEW_QSTR(MP_QSTR_big) }, { MP_OBJ_NEW_QSTR(MP_QSTR_byteorder), MP_OBJ_NEW_QSTR(MP_QSTR_big) },
#endif #endif
#if MICROPY_PY_SYS_MAXSIZE #if MICROPY_PY_SYS_MAXSIZE
#if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_NONE #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_NONE
// INT_MAX is not representable as small int, as we know that small int // INT_MAX is not representable as small int, as we know that small int