Explorar o código

[DFS][romfs] code cleanup

Bernard Xiong %!s(int64=7) %!d(string=hai) anos
pai
achega
b998c4ed8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 */