summaryrefslogtreecommitdiff
path: root/src/gateway/dlt_gateway_internal.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/gateway/dlt_gateway_internal.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/gateway/dlt_gateway_internal.h')
-rw-r--r--src/gateway/dlt_gateway_internal.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gateway/dlt_gateway_internal.h b/src/gateway/dlt_gateway_internal.h
index c0f9241..a473f11 100644
--- a/src/gateway/dlt_gateway_internal.h
+++ b/src/gateway/dlt_gateway_internal.h
@@ -59,22 +59,22 @@
#define DLT_GATEWAY_INTERNAL_H_
DLT_STATIC DltReturnValue dlt_gateway_check_ip(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_port(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_ecu(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_connect_trigger(DltGatewayConnection *con,
char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_timeout(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_send_serial(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_allocate_control_messages(DltGatewayConnection *con);