Skip to content
Snippets Groups Projects
Commit 72bd172b authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

parent 3ba61656
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,7 @@ STATIC const mp_map_elem_t mp_module_sys_globals_table[] = { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment