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:
@@ -183,7 +183,7 @@ bool EncodePrivateSyscap(char **output, int *outputLen)
|
||||
}
|
||||
|
||||
FreeContextBuffer(contextBuffer);
|
||||
*outputLen = strlen(outputStr);
|
||||
*outputLen = (int)strlen(outputStr);
|
||||
*output = outputStr;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user