Browse Source

[nfs]:Format Optimize

SummerGift 7 years ago
parent
commit
d051c6dec0
1 changed files with 0 additions and 1 deletions
  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;
     }