From 0ebd5aa69c7f8a496b1c1f6e19cd8769726feca4 Mon Sep 17 00:00:00 2001 From: "xionglei6@huawei.com" Date: Mon, 13 Sep 2021 22:33:54 +0800 Subject: [PATCH] fix code style Signed-off-by: xionglei6@huawei.com --- services/param/trigger/trigger_processor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/param/trigger/trigger_processor.c b/services/param/trigger/trigger_processor.c index c3ed2b8..1642767 100644 --- a/services/param/trigger/trigger_processor.c +++ b/services/param/trigger/trigger_processor.c @@ -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);