Skip to content

Commit 79aaa3c

Browse files
authored
make pre-commit happy
fix formatting
1 parent 2cb2562 commit 79aaa3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

py/circuitpy_mpconfig.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -957,15 +957,15 @@ extern const struct _mp_obj_module_t msgpack_module;
957957
struct _supervisor_allocation_node;
958958

959959
#define CIRCUITPY_COMMON_ROOT_POINTERS \
960-
const char *readline_hist[8]; \
961-
vstr_t *repl_line; \
962-
mp_obj_t rtc_time_source; \
963-
GAMEPAD_ROOT_POINTERS \
960+
FLASH_ROOT_POINTERS \
964961
KEYPAD_ROOT_POINTERS \
965-
mp_obj_t pew_singleton; \
962+
GAMEPAD_ROOT_POINTERS \
966963
BOARD_UART_ROOT_POINTER \
967-
FLASH_ROOT_POINTERS \
968964
MEMORYMONITOR_ROOT_POINTERS \
965+
vstr_t *repl_line; \
966+
mp_obj_t pew_singleton; \
967+
mp_obj_t rtc_time_source; \
968+
const char *readline_hist[8]; \
969969
struct _supervisor_allocation_node *first_embedded_allocation; \
970970

971971
void supervisor_run_background_tasks_if_tick(void);

0 commit comments

Comments
 (0)