mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
chore: conform to the code style.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I9ccf0f56ec79f200f59a917b08d1638c75b54024
This commit is contained in:
+10
-1
@@ -19,7 +19,11 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#define SINGLE_SYSCAP_LEN (256 + 17)
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
#endif /* __cplusplus */
|
||||
typedef struct SystemCapabilityWithNum {
|
||||
char str[SINGLE_SYSCAP_LEN];
|
||||
uint16_t num;
|
||||
@@ -401,4 +405,9 @@ const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.Utils.Lang", UTILS_LANG},
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
#endif /* __cplusplus */
|
||||
#endif // _SYSCAP_DEFINE_H
|
||||
|
||||
Reference in New Issue
Block a user