fix code style

Signed-off-by: xionglei6@huawei.com <xionglei6@huawei.com>
This commit is contained in:
xionglei6@huawei.com
2021-09-13 22:33:54 +08:00
parent 03a63f4222
commit 0ebd5aa69c
+1 -1
View File
@@ -174,7 +174,7 @@ static const char *GetCmdInfo(const char *content, uint32_t contentSize, char **
static void SendTriggerEvent(int type, const char *content, uint32_t contentLen)
{
PARAM_CHECK(content != NULL, return, "Invalid param");
PARAM_CHECK(content != NULL, return, "Invalid param");
PARAM_LOGD("SendTriggerEvent type %d content %s", type, content);
if (type == EVENT_TRIGGER_PARAM) {
int ctrlSize = strlen(SYS_POWER_CTRL);