mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
modify for coding style.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I741db340849990f6925020f894b7ac148ac94e46
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user