fix: add space after comma

Signed-off-by: Hongjin Li <lihongjin1@huawei.com>
This commit is contained in:
Hongjin Li 2022-11-17 20:15:53 +08:00
parent 3019311435
commit 2dc3998956
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ STATIC struct MountPoint *VfsMountPointInit(const char *target, const char *fsTy
return mp;
}
STATIC int VfsRemount(const char *source ,const char *target,
STATIC int VfsRemount(const char *source, const char *target,
const char *fsType, unsigned long mountflags,
const void *data)
{