correct indentation from tab to space

pull/1807/head
Sam Grove 2016-05-28 19:03:22 +08:00
parent 284bd081b4
commit b2f2075fc2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
WEAK void mbed_die(void) {
#if !defined (NRF51_H) && !defined(TARGET_EFM32)
core_util_critical_section_enter();
core_util_critical_section_enter();
#endif
#if (DEVICE_ERROR_RED == 1)
gpio_t led_red; gpio_init_out(&led_red, LED_RED);