Skip to content

Commit b2f2075

Browse files
committed
correct indentation from tab to space
1 parent 284bd08 commit b2f2075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/common/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
WEAK void mbed_die(void) {
2323
#if !defined (NRF51_H) && !defined(TARGET_EFM32)
24-
core_util_critical_section_enter();
24+
core_util_critical_section_enter();
2525
#endif
2626
#if (DEVICE_ERROR_RED == 1)
2727
gpio_t led_red; gpio_init_out(&led_red, LED_RED);

0 commit comments

Comments
 (0)