Browse Source

[nfs]:Format Optimize

SummerGift 7 năm trước cách đây
mục cha
commit
d051c6dec0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      components/dfs/filesystems/nfs/dfs_nfs.c

+ 0 - 1
components/dfs/filesystems/nfs/dfs_nfs.c

@@ -888,7 +888,6 @@ nfs_dir *nfs_opendir(nfs_filesystem *nfs, const char *path)
     if (handle == NULL)
     {
         rt_free(dir);
-        
         return NULL;
     }