[components][dfs]格式化代码

This commit is contained in:
tangyuxin
2019-04-08 14:51:01 +08:00
parent 583f8c3073
commit e71ec65549
21 changed files with 248 additions and 238 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ struct dfs_fd *fd_get(int fd);
void fd_put(struct dfs_fd *fd);
int fd_is_open(const char *pathname);
struct dfs_fdtable* dfs_fdtable_get(void);
struct dfs_fdtable *dfs_fdtable_get(void);
#ifdef __cplusplus
}