Costmetic

This commit is contained in:
Gregory Nutt
2016-07-17 17:01:35 -06:00
parent 006f4a5818
commit fe315f867a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ struct fs_unionfsdir_s
struct fs_hostfsdir_s
{
FAR void * fs_dir; /* Opaque pointer to host DIR * */
FAR void *fs_dir; /* Opaque pointer to host DIR * */
};
#endif