浏览代码

[DFS][romfs] code cleanup

Bernard Xiong 6 年之前
父节点
当前提交
b998c4ed8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/dfs/filesystems/romfs/dfs_romfs.h

+ 1 - 1
components/dfs/filesystems/romfs/dfs_romfs.h

@@ -18,7 +18,7 @@
 
 struct romfs_dirent
 {
-    rt_uint32_t	     type;  /* dirent type */
+    rt_uint32_t      type;  /* dirent type */
 
     const char       *name; /* dirent name */
     const rt_uint8_t *data; /* file date ptr */