summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_event_handler_types.h
diff options
context:
space:
mode:
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 99a1217..16e0a98 100644
--- a/src/daemon/dlt_daemon_event_handler_types.h
+++ b/src/daemon/dlt_daemon_event_handler_types.h
@@ -32,7 +32,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
@@ -43,9 +43,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;