summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_serial.h
diff options
context:
space:
mode:
authorChristoph Lipka <clipka@de.adit-jv.com>2018-12-20 14:58:19 +0100
committerChristoph Lipka <clipka@de.adit-jv.com>2018-12-21 10:23:41 +0100
commitdca8ab254aa0a687c32009079d85e4d8f960b213 (patch)
treee63b6a552fd9f61873892110a56a89ef354864cd /src/daemon/dlt_daemon_serial.h
parent0d0c74640c8b792db37cb9f884f89f7561ea551f (diff)
downloadDLT-daemon-dca8ab254aa0a687c32009079d85e4d8f960b213.tar.gz
Code beautification using uncrustify
Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
Diffstat (limited to 'src/daemon/dlt_daemon_serial.h')
-rw-r--r--src/daemon/dlt_daemon_serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_serial.h b/src/daemon/dlt_daemon_serial.h
index d5ffb0a..fb540bf 100644
--- a/src/daemon/dlt_daemon_serial.h
+++ b/src/daemon/dlt_daemon_serial.h
@@ -62,6 +62,6 @@
#include "dlt_common.h"
#include "dlt_user.h"
-int dlt_daemon_serial_send(int sock,void* data1,int size1,void* data2,int size2,char serialheader);
+int dlt_daemon_serial_send(int sock, void *data1, int size1, void *data2, int size2, char serialheader);
#endif /* DLT_DAEMON_SERIAL_H */