Browse Source

format codes

Meco Man 4 years ago
parent
commit
a00a463248
1 changed files with 1 additions and 1 deletions
  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;