Strip tailing space.

This commit is contained in:
Wayne Lin 2021-12-07 13:10:42 +08:00 committed by Bernard Xiong
parent bac75e24bd
commit f508d58c05
1 changed files with 1 additions and 1 deletions

View File

@ -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;