xieyangrun 5 anni fa
parent
commit
7fe0db6a5e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;