summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2024-07-26 14:45:49 +0900
committerUnsung Lee <unsung.lee@samsung.com>2024-07-29 19:13:49 +0900
commit8906d0204898b5c70c1368f4cedcbac942ab0ae1 (patch)
tree2a773258bce49c4add7e9f4da05c59e1864fe3ae
parent494737ae291eabf716f0c4a8e85e10c28aad30f9 (diff)
downloadresourced-8906d0204898b5c70c1368f4cedcbac942ab0ae1.tar.gz
resourced-8906d0204898b5c70c1368f4cedcbac942ab0ae1.tar.bz2
resourced-8906d0204898b5c70c1368f4cedcbac942ab0ae1.zip
proc-monitor: Align indentation of definition
Change-Id: Iba5d399b605fc0102d62c1efa4c1d3ab30efe3d6 Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r--src/process/proc-monitor.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/process/proc-monitor.c b/src/process/proc-monitor.c
index c4906b0c..67bc98d9 100644
--- a/src/process/proc-monitor.c
+++ b/src/process/proc-monitor.c
@@ -54,22 +54,23 @@
#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;