fix: add space after comma
Signed-off-by: Hongjin Li <lihongjin1@huawei.com>
This commit is contained in:
parent
3019311435
commit
2dc3998956
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue