风格修改

This commit is contained in:
zhangfanfan2 2021-04-12 19:41:11 +08:00 committed by Gitee
parent b9a4f8b3f1
commit f0fc5db72d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ ssize_t RanRead(struct file *filep, char *buffer, size_t buflen)
return (buflen - len); /* return a successful len */
}
static ssize_t RanMap(FAR struct file* filep, FAR LosVmMapRegion *region)
static ssize_t RanMap(FAR struct file *filep, FAR LosVmMapRegion *region)
{
PRINTK("%s %d, mmap is not support\n", __FUNCTION__, __LINE__);
return 0;