Browse Source

format codes

Meco Man 4 năm trước cách đây
mục cha
commit
a00a463248
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bsp/simulator/drivers/sd_sim.c

+ 1 - 1
bsp/simulator/drivers/sd_sim.c

@@ -141,7 +141,7 @@ rt_err_t rt_hw_sdcard_init(const char *spi_device_name)
     device = &(sd->parent);
 
     lock = rt_mutex_create("lock", RT_IPC_FLAG_FIFO);
-    if (lock == RT_NULL) 
+    if (lock == RT_NULL)
     {
         LOG_E("Create mutex in rt_hw_sdcard_init failed!");
         return -RT_ERROR;