Skip to content

Commit 0498b1d

Browse files
committed
Fix indent
1 parent 674f040 commit 0498b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/common-hal/alarm/__init__.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
#endif
3737

3838
typedef union {
39-
#if CIRCUITPY_ESPULP
39+
#if CIRCUITPY_ESPULP
4040
espulp_ulpalarm_obj_t ulp_alarm;
41-
#endif
41+
#endif
4242
alarm_pin_pinalarm_obj_t pin_alarm;
4343
alarm_time_timealarm_obj_t time_alarm;
4444
alarm_touch_touchalarm_obj_t touch_alarm;

0 commit comments

Comments
 (0)