mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
fix code check error.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: If2ecff61d0651b5504d99dea5de4ff600fecbf4f
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user