Explorar el Código

[nfs]:Format Optimize

SummerGift hace 7 años
padre
commit
d051c6dec0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
     }