!279 代码规范告警清理

Merge pull request !279 from chenyude/codex
This commit is contained in:
openharmony_ci
2023-06-02 06:13:46 +00:00
committed by Gitee
+1
View File
@@ -70,6 +70,7 @@ after_struct = '''
#endif // SYSCAP_DEFINE_H
'''
def gen_define_enum(enum:list):
header = 'typedef enum SystemCapabilityNum {\n'
tail = '} SyscapNum;\n\n'