Fix the coding rule error : space
authorjc_.kim <jc_.kim@samsung.com>
Fri, 4 Aug 2017 04:05:08 +0000 (13:05 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Fri, 4 Aug 2017 04:05:08 +0000 (13:05 +0900)
apps/system/utils/kdbg_stackmonitor.c

index ea49bb0..473e1fd 100644 (file)
@@ -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;