提交 1ef1dd79 编写于 作者: L laiguizhong

修改编码规范

Signed-off-by: Nlaiguizhong <laiguizhong@huawei.com>
上级 f01dce92
......@@ -233,7 +233,7 @@ const char *GetSerial(void)
{
static const char ohos_serial[PARAM_VALUE_LEN_MAX] = {0};
uint32_t len = PARAM_VALUE_LEN_MAX;
int ret = SystemGetParameter("ohos.boot.sn", ohos_serial, &len);
int ret = SystemGetParameter("ohos.boot.sn", ohos_serial, &len);
if (ret != 0) {
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册