modify for coding style.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I741db340849990f6925020f894b7ac148ac94e46
This commit is contained in:
yudechen
2022-07-11 18:38:24 +08:00
parent 12aeb3cbbb
commit 659dd6581e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -569,7 +569,7 @@ int32_t SeparateSyscapFromString(const char *inputString, uint32_t *osArray, uin
{
int32_t ret = 0;
uint32_t i;
uint32_t inputLen = strlen(inputString);
size_t inputLen = strlen(inputString);
uint32_t count = 0;
char *temp = NULL;
char *tok = NULL;