Skip to content

Commit 0cfdbb1

Browse files
committed
fixed indentation - the strange pre-commit way
1 parent 358e47f commit 0cfdbb1

File tree

1 file changed

+3
-3
lines changed
  • ports/raspberrypi/supervisor

1 file changed

+3
-3
lines changed

ports/raspberrypi/supervisor/port.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ void port_interrupt_after_ticks(uint32_t ticks) {
304304

305305
void port_idle_until_interrupt(void) {
306306
common_hal_mcu_disable_interrupts();
307-
#if CIRCUITPY_USB_HOST
307+
#if CIRCUITPY_USB_HOST
308308
if (!background_callback_pending() && !tud_task_event_ready() && !tuh_task_event_ready() && !_woken_up) {
309-
#else
309+
#else
310310
if (!background_callback_pending() && !tud_task_event_ready() && !_woken_up) {
311-
#endif
311+
#endif
312312
__DSB();
313313
__WFI();
314314
}

0 commit comments

Comments
 (0)