fix code check error.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: If2ecff61d0651b5504d99dea5de4ff600fecbf4f
This commit is contained in:
yudechen
2022-04-27 12:11:36 +08:00
parent 5497d58dc2
commit 1869e1200b
+3 -3
View File
@@ -13,8 +13,8 @@
* limitations under the License.
*/
#ifndef _PCID_H_
#define _PCID_H_
#ifndef _SYSCAP_DEFINE_H
#define _SYSCAP_DEFINE_H
typedef struct SystemCapabilityWithNum {
char syscapStr[128];
@@ -285,4 +285,4 @@ static SyscapWithNum arraySyscap[] = {
{"SystemCapability.UserIAM.UserIdm", USERIAM_USERIDM}
};
#endif // _PCID_H_
#endif // _SYSCAP_DEFINE_H