소스 검색

[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 */