Explorar o código

Strip tailing space.

Wayne Lin %!s(int64=3) %!d(string=hai) anos
pai
achega
f508d58c05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/drivers/sdio/block_dev.c

+ 1 - 1
components/drivers/sdio/block_dev.c

@@ -449,7 +449,7 @@ rt_int32_t rt_mmcsd_blk_probe(struct rt_mmcsd_card *card)
     status = rt_mmcsd_req_blk(card, 0, sector, 1, 0);
     if (status == RT_EOK)
     {
-        rt_uint8_t i; 
+        rt_uint8_t i;
         char dname[8];
         struct dfs_partition part;
         struct mmcsd_blk_device *blk_dev = RT_NULL;