summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon_cfg.h
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-07-13 16:52:14 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-07-21 12:48:27 +0200
commit98e932adee2a76bda3c2630f348196216549a45a (patch)
tree1658983ac5940b71c158da20421db9054f9500ca /src/daemon/dlt-daemon_cfg.h
parent199ff0e7f736d848a7e01a12f04ddb21ecf36d74 (diff)
downloadDLT-daemon-98e932adee2a76bda3c2630f348196216549a45a.tar.gz
Removed all trailing whitespaces
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/daemon/dlt-daemon_cfg.h')
-rwxr-xr-xsrc/daemon/dlt-daemon_cfg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/daemon/dlt-daemon_cfg.h b/src/daemon/dlt-daemon_cfg.h
index b92c595..8870217 100755
--- a/src/daemon/dlt-daemon_cfg.h
+++ b/src/daemon/dlt-daemon_cfg.h
@@ -79,11 +79,11 @@
#define DLT_DAEMON_ECU_VERSION_THREAD_STACKSIZE 100000
/* Size of receive buffer for fifo connection (from user application) */
-#define DLT_DAEMON_RCVBUFSIZE 10024
+#define DLT_DAEMON_RCVBUFSIZE 10024
/* Size of receive buffer for socket connection (from dlt client) */
-#define DLT_DAEMON_RCVBUFSIZESOCK 10024
+#define DLT_DAEMON_RCVBUFSIZESOCK 10024
/* Size of receive buffer for serial connection (from dlt client) */
-#define DLT_DAEMON_RCVBUFSIZESERIAL 10024
+#define DLT_DAEMON_RCVBUFSIZESERIAL 10024
/* Size of buffer for text output */
#define DLT_DAEMON_TEXTSIZE 10024
@@ -95,15 +95,15 @@
#define DLT_DAEMON_DESCSIZE 256
/* Name of daemon lock file, contain process id of dlt daemon instance */
-#define DLT_DAEMON_LOCK_FILE "dltd.lock"
+#define DLT_DAEMON_LOCK_FILE "dltd.lock"
/* Umask of daemon, creates files with permission 750 */
-#define DLT_DAEMON_UMASK 027
+#define DLT_DAEMON_UMASK 027
/* Permissions of daemon lock file */
#define DLT_DAEMON_LOCK_FILE_PERM 0640
/* Default ECU ID, used in storage header and transmitted to client*/
-#define DLT_DAEMON_ECU_ID "ECU1"
+#define DLT_DAEMON_ECU_ID "ECU1"
/* Default baudrate for serial interface */
#define DLT_DAEMON_SERIAL_DEFAULT_BAUDRATE 115200