chore: conform to the code style.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I9ccf0f56ec79f200f59a917b08d1638c75b54024
This commit is contained in:
yudechen
2022-08-19 11:25:43 +08:00
parent ceac24d420
commit 9188b34ce6
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ bool EncodePrivateSyscap(char **output, int *outputLen)
}
FreeContextBuffer(contextBuffer);
*outputLen = strlen(outputStr);
*outputLen = (int)strlen(outputStr);
*output = outputStr;
return true;
}