mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
chore: modify for codecheck .
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: Id5dcc09bea6a5b687b997c27dff368f81a15d047
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <stdlib.h>
|
||||
#include "syscap_define.h"
|
||||
|
||||
int CheckSortBySyscapNum()
|
||||
int CheckSortBySyscapNum(void)
|
||||
{
|
||||
int size = (int)sizeof(g_arraySyscap) / sizeof(SyscapWithNum);
|
||||
int flag = 0;
|
||||
@@ -33,7 +33,7 @@ int CheckSortBySyscapNum()
|
||||
return flag;
|
||||
}
|
||||
|
||||
int CheckSyscapNumOrder()
|
||||
int CheckSyscapNumOrder(void)
|
||||
{
|
||||
if (COMMUNICATION_NETMANAGER_VPN != 227) { // 227, special number
|
||||
printf("[ERROR][syscap_define.h]: "
|
||||
|
||||
Reference in New Issue
Block a user