summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_event_handler_types.h
diff options
context:
space:
mode:
authorDinh Cong Toan <toan.dinhcong@vn.bosch.com>2021-05-26 13:29:49 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-06-30 10:54:59 +0900
commitd3f62e237096e79c215cb728e8105e82c4e6e7dd (patch)
treeb5f614c0728ef2f5f26f2de65b589f2c4d9fc447 /src/daemon/dlt_daemon_event_handler_types.h
parent8093908ff4b24125ba3aaf4f548ff93699f75e04 (diff)
downloadDLT-daemon-d3f62e237096e79c215cb728e8105e82c4e6e7dd.tar.gz
Apply uncrustify for src/daemon/* and src/lib/*
Apply uncrustify for src/daemon/* and src/lib/* Signed-off-by: KHANH LUONG HONG DUY <khanh.luonghongduy@vn.bosch.com>
Diffstat (limited to 'src/daemon/dlt_daemon_event_handler_types.h')
-rw-r--r--src/daemon/dlt_daemon_event_handler_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/dlt_daemon_event_handler_types.h b/src/daemon/dlt_daemon_event_handler_types.h
index 0b16d08..a879d4d 100644
--- a/src/daemon/dlt_daemon_event_handler_types.h
+++ b/src/daemon/dlt_daemon_event_handler_types.h
@@ -30,7 +30,7 @@
#include "dlt_daemon_connection_types.h"
#ifndef DLT_DAEMON_EVENT_HANDLER_TYPES_H
-# define DLT_DAEMON_EVENT_HANDLER_TYPES_H
+#define DLT_DAEMON_EVENT_HANDLER_TYPES_H
/* FIXME: Remove the need for DltDaemonLocal everywhere in the code
* These typedefs are needed by DltDaemonLocal which is
@@ -41,9 +41,9 @@
typedef enum {
DLT_TIMER_PACKET = 0,
DLT_TIMER_ECU,
-# ifdef DLT_SYSTEMD_WATCHDOG_ENABLE
+#ifdef DLT_SYSTEMD_WATCHDOG_ENABLE
DLT_TIMER_SYSTEMD,
-# endif
+#endif
DLT_TIMER_GATEWAY,
DLT_TIMER_UNKNOWN
} DltTimers;