!137 random风格一致性修改

Merge pull request !137 from zhangfanfan2/master
This commit is contained in:
openharmony_ci 2021-04-13 17:37:23 +08:00 committed by Gitee
commit 8ba225700b
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;