From 05f83a1f41a734221310c7ab40f123f1efa3e0c2 Mon Sep 17 00:00:00 2001 From: "jc_.kim" Date: Fri, 4 Aug 2017 13:05:08 +0900 Subject: [PATCH] Fix the coding rule error : space --- apps/system/utils/kdbg_stackmonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/system/utils/kdbg_stackmonitor.c b/apps/system/utils/kdbg_stackmonitor.c index ea49bb0..473e1fd 100644 --- a/apps/system/utils/kdbg_stackmonitor.c +++ b/apps/system/utils/kdbg_stackmonitor.c @@ -221,7 +221,7 @@ int kdbg_stackmonitor(int argc, char **args) pthread_attr_t stkmon_attr; if (argc > 1) { - if(!strcmp(args[1], "stop")) { + if (!strcmp(args[1], "stop")) { /* stop the stackmonitor */ stackmonitor_stop(); return OK; -- 2.7.4