Selaa lähdekoodia

[DFS][romfs] code cleanup

Bernard Xiong 6 vuotta sitten
vanhempi
commit
b998c4ed8d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 */