!24 code refine

Merge pull request !24 from 王永忠/master
This commit is contained in:
openharmony_ci
2022-03-24 11:33:51 +00:00
committed by Gitee
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ static int32_t InitDeviceSecEnv(void)
return DEVSL_SUCCESS;
}
int32_t StartDevslEnv()
int32_t StartDevslEnv(void)
{
DATA_SEC_LOG_INFO("Enter InitDeviceSecEnv...");
int32_t ret = InitDeviceSecEnv();
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Huawei Device Co., Ltd.
* Copyright (C) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -37,7 +37,7 @@ private:
DevSLMgrTest::DevSLMgrTest() {}
DevSLMgrTest::~DevSLMgrTest() {}
void DevSLMgrTest::SetUpTestCase() {}
void DevSLMgrTest::TearDownTestCase() {};
void DevSLMgrTest::TearDownTestCase() {}
void DevSLMgrTest::SetUp() {}
void DevSLMgrTest::TearDown() {}