fs/mount/mount.h: Fix warning, 'No newline at end of file'

This commit is contained in:
Xiang Xiao 2018-08-26 13:13:11 -06:00 committed by Gregory Nutt
parent 37b9bbbdef
commit 3be976fd34

View File

@ -102,4 +102,5 @@ int foreach_mountpoint(foreach_mountpoint_t handler, FAR void *arg);
FAR const char *fs_gettype(FAR struct statfs *statbuf);
#endif /* CONFIG_DISABLE_MOUNTPOINT */
#endif /* __FS_MOUNT_MOUNT_H */
#endif /* __FS_MOUNT_MOUNT_H */