summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_connection.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_connection.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_connection.h')
-rw-r--r--src/daemon/dlt_daemon_connection.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/daemon/dlt_daemon_connection.h b/src/daemon/dlt_daemon_connection.h
index 00759c6..e46c05c 100644
--- a/src/daemon/dlt_daemon_connection.h
+++ b/src/daemon/dlt_daemon_connection.h
@@ -40,24 +40,24 @@ DltConnection *dlt_connection_get_next(DltConnection *, int);
int dlt_connection_create_remaining(DltDaemonLocal *);
int dlt_connection_create(DltDaemonLocal *,
- DltEventHandler *,
- int,
- int,
- DltConnectionType);
+ DltEventHandler *,
+ int,
+ int,
+ DltConnectionType);
void dlt_connection_destroy(DltConnection *);
void *dlt_connection_get_callback(DltConnection *);
#ifdef DLT_UNIT_TESTS
int dlt_connection_send(DltConnection *conn,
- void *msg,
- size_t msg_size);
+ void *msg,
+ size_t msg_size);
void dlt_connection_destroy_receiver(DltConnection *con);
DltReceiver *dlt_connection_get_receiver(DltDaemonLocal *daemon_local,
- DltConnectionType type,
- int fd);
+ DltConnectionType type,
+ int fd);
#endif
#endif /* DLT_DAEMON_CONNECTION_H */