proc-monitor: Align indentation of definition 78/315178/1
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 26 Jul 2024 05:45:49 +0000 (14:45 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 26 Jul 2024 06:27:29 +0000 (15:27 +0900)
Change-Id: Iba5d399b605fc0102d62c1efa4c1d3ab30efe3d6
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/process/proc-monitor.c

index c4906b0..67bc98d 100644 (file)
 
 #include <libsyscommon/libsystemd.h>
 
-#define WATCHDOG_LAUNCHING_PARAM "PopupLaunch"
+#define WATCHDOG_LAUNCHING_PARAM       "PopupLaunch"
 #define WATCHDOG_KEY1                  "_SYSPOPUP_CONTENT_"
 #define WATCHDOG_KEY2                  "_APP_NAME_"
-#define WATCHDOG_VALUE_1                       "watchdog"
+#define WATCHDOG_VALUE_1               "watchdog"
 
-#define TIZEN_DEBUG_MODE_FILE  RD_SYS_ETC"/.debugmode"
-#define DEFAULT_APPID  "NULL"
-#define DEFAULT_RAMSIZE        512
+#define TIZEN_DEBUG_MODE_FILE          RD_SYS_ETC"/.debugmode"
+#define DEFAULT_APPID                  "NULL"
+#define DEFAULT_RAMSIZE                        512
 
-#define INIT_PID       1
-#define POWER_OFF_DIRECT  2
+#define INIT_PID                       1
+#define POWER_OFF_DIRECT               2
+
+#define APP_WATCHDOG_TIMER_INTERVAL    10
 
 static int current_lcd_state;
 
 static GSource *app_watchdog_check_timer;
-#define APP_WATCHDOG_TIMER_INTERVAL            10
 
 static struct app_watchdog_info {
        pid_t pid;