소스 검색

remove whitespace

xieyangrun 5 년 전
부모
커밋
7fe0db6a5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dfs_lfs.c

+ 1 - 1
dfs_lfs.c

@@ -524,7 +524,7 @@ static int _dfs_lfs_rename(struct dfs_filesystem* dfs, const char* from, const c
 
     RT_ASSERT(dfs != RT_NULL);
     RT_ASSERT(dfs->data != RT_NULL);
-  
+
     lfs_dfs_lock();
     dfs_lfs = (dfs_lfs_t*)dfs->data;