Преглед на файлове

[DFS][romfs] code cleanup

Bernard Xiong преди 7 години
родител
ревизия
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 */